X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..b25be06635768807f8f693286fa73bb2297bb06c:/icuSources/tools/gencmn/Makefile.in diff --git a/icuSources/tools/gencmn/Makefile.in b/icuSources/tools/gencmn/Makefile.in index 925ff22c..2c6aafeb 100644 --- a/icuSources/tools/gencmn/Makefile.in +++ b/icuSources/tools/gencmn/Makefile.in @@ -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) \