]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/Makefile.in
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / Makefile.in
index 8615199b292ed597f5773a211e0e8ecfea50adee..7e2360b64ecff33c45e20c526e2d3223a3953c6a 100644 (file)
@@ -1,5 +1,7 @@
 #################################################################################
 ## Makefile.in for ICU - tools/genrb                                            #
+## Copyright (C) 2016 and later: Unicode, Inc. and others.                      #
+## License & terms of use: http://www.unicode.org/copyright.html                #
 ## Copyright (c) 1999-2014, International Business Machines Corporation and     #
 ## others. All Rights Reserved.                                                 #
 #################################################################################
@@ -31,7 +33,7 @@ TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
 # derb depends on icuio
 @ICUIO_TRUE@DERB = $(BINDIR)/$(DERB_STUB_NAME)$(EXEEXT)
 
-CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil -I$(top_srcdir)/io
+CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil -I$(top_srcdir)/io
 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit
 LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)