]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/extra/scrptrun/Makefile.in
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / extra / scrptrun / Makefile.in
index 01c700e5878cc5bf30b7bd8c4d54206a32276e3f..9b338d8387198614bc10a46cf0396332319cbb87 100644 (file)
@@ -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)