X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..5ea0322b6ab2af986e4c764284141380031dd014:/icuSources/tools/makeconv/Makefile.in diff --git a/icuSources/tools/makeconv/Makefile.in b/icuSources/tools/makeconv/Makefile.in index 365401e2..f0659e07 100644 --- a/icuSources/tools/makeconv/Makefile.in +++ b/icuSources/tools/makeconv/Makefile.in @@ -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)