]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/gentest/Makefile.in
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / tools / gentest / Makefile.in
index 6d8e7eb1d26741233c677cc852f981ec64fd2d5f..7b70a1c0c48bb188159a0b5c3afc51cf07eb0bf7 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - tools/gentest
-## Copyright (c) 1999-2008, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Madhu Katragadda
 
@@ -20,9 +20,6 @@ CLEANFILES = *~ $(DEPS)
 ## Target information
 TARGET = gentest$(EXEEXT)
 
-ifneq ($(top_builddir),$(top_srcdir))
-CPPFLAGS += -I$(top_builddir)/common 
-endif
 CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil -I$(top_srcdir)/tools/ctestfw 
 CPPFLAGS+= -I$(top_srcdir)/i18n
 LIBS = $(LIBCTESTFW) $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)