]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/icupkg/Makefile.in
ICU-511.31.tar.gz
[apple/icu.git] / icuSources / tools / icupkg / Makefile.in
index 9b67b489201e28866448c3e7f65ddc4c8c3d693d..a8cd5a4b6c79232801c9f1a16930a7f1495e1225 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/icupkg
-## Copyright (c) 1999-2006, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Steven R. Loomis
 
@@ -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)