]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/gennorm2/Makefile.in
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / tools / gennorm2 / Makefile.in
index f46e4664549c4958afd8fafdc288401ca904de83..b8f926a75321e4aeb4b33788d9142430a10b1fc5 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/gennorm2
-## Copyright (c) 2009-2010, International Business Machines Corporation and
+## Copyright (c) 2009-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Steven R. Loomis/Markus W. Scherer
 
@@ -22,9 +22,6 @@ CLEANFILES = *~ $(DEPS)
 ## 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)