X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..586446045a9ad027ace9532db9e32639f87706dd:/icuSources/extra/scrptrun/Makefile.in?ds=sidebyside diff --git a/icuSources/extra/scrptrun/Makefile.in b/icuSources/extra/scrptrun/Makefile.in index 01c700e5..9b338d83 100644 --- a/icuSources/extra/scrptrun/Makefile.in +++ b/icuSources/extra/scrptrun/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - extra/scrptrun -## Copyright (c) 2001, International Business Machines Corporation and +## Copyright (c) 2001-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -23,7 +23,7 @@ CLEANFILES = *~ $(DEPS) TARGET = srtest DEFS = @DEFS@ -CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir) +CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common -I$(top_srcdir) CFLAGS = @CFLAGS@ CXXFLAGS = @CXXFLAGS@ ENABLE_RPATH = @ENABLE_RPATH@ @@ -73,6 +73,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(TARGET) : $(OBJECTS) $(LINK.cc) -o $@ $^ $(LIBS) + $(POST_BUILD_STEP) invoke: ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)