X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..08b89b0a244153b9f5bbb2f49c55ab0f7298122e:/icuSources/tools/gensprep/Makefile.in diff --git a/icuSources/tools/gensprep/Makefile.in b/icuSources/tools/gensprep/Makefile.in index be170ac4..4da97bd1 100644 --- a/icuSources/tools/gensprep/Makefile.in +++ b/icuSources/tools/gensprep/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - tools/gensprep -## Copyright (c) 2001-2005, International Business Machines Corporation and +## Copyright (c) 2001-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Steven R. Loomis/Markus W. Scherer @@ -27,9 +27,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)