]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/makeconv/Makefile.in
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / tools / makeconv / Makefile.in
index 91e2124d8d44315990c24266686deef2d7e335c1..f0659e07d73de39a56cd2b9fe312f7597702ac21 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/makeconv
-## Copyright (c) 1999-2005, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Stephen F. Booth
 
@@ -26,9 +26,6 @@ CLEANFILES = *~ $(DEPS) $(MAN_FILES)
 ## Target information
 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
 
-ifneq ($(top_builddir),$(top_srcdir))
-CPPFLAGS += -I$(top_builddir)/common
-endif
 CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
 LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
 
@@ -79,6 +76,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
 $(TARGET) : $(OBJECTS)
        $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
+       $(POST_BUILD_STEP)
 
 
 %.$(SECTION): $(srcdir)/%.$(SECTION).in