]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/gencmn/Makefile.in
ICU-461.18.tar.gz
[apple/icu.git] / icuSources / tools / gencmn / Makefile.in
index 925ff22cb2a3fc4d303a8876bf654d54ccbe426e..2c6aafeb8383afc0dffb0ea8c7bb3676244f5f2b 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/gencmn
-## Copyright (c) 1999-2006, International Business Machines Corporation and
+## Copyright (c) 1999-2008, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Steven R. Loomis
 
@@ -78,7 +78,8 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 $(TARGET) : $(OBJECTS)
-       $(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
+       $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
+       $(POST_BUILD_STEP)
 
 %.$(SECTION): $(srcdir)/%.$(SECTION).in
        cd $(top_builddir) \