]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/Makefile.in
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / Makefile.in
index 83a67db8a6ac9295c3b97a972e032d21074c6ff9..ae05bed8a6c52d54c4f3a099d6ed94ae2a1530ff 100644 (file)
@@ -1,6 +1,6 @@
 #################################################################################
 ## Makefile.in for ICU - tools/genrb                                            #
-## Copyright (c) 1999-2009, International Business Machines Corporation and     #
+## Copyright (c) 1999-2011, International Business Machines Corporation and     #
 ## others. All Rights Reserved.                                                 #
 #################################################################################
 
@@ -30,9 +30,6 @@ CLEANFILES = *~ $(MAN_FILES) $(DEPS) $(DERB_DEPS)
 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
 DERB = $(BINDIR)/$(DERB_STUB_NAME)$(EXEEXT)
 
-ifneq ($(top_builddir),$(top_srcdir))
-CPPFLAGS += -I$(top_builddir)/common
-endif
 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
 LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)