X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/samples/date/Makefile.in diff --git a/icuSources/samples/date/Makefile.in b/icuSources/samples/date/Makefile.in index fc9fa23e..de160935 100644 --- a/icuSources/samples/date/Makefile.in +++ b/icuSources/samples/date/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - samples/date -## Copyright (c) 1999-2004, International Business Machines Corporation and +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -20,9 +20,7 @@ CLEANFILES = *~ $(DEPS) ## Target information TARGET = icudate$(EXEEXT) -LINK = $(LINK.cc) - -CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n +CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) OBJECTS = uprint.o date.o @@ -65,7 +63,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status $(TARGET) : $(OBJECTS) - $(LINK) $(OUTOPT)$@ $^ $(LIBS) + $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) + $(POST_BUILD_STEP) ifeq (,$(MAKECMDGOALS)) -include $(DEPS)