From e031c78009d34a1269265164b616c9befdc93987 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 30 Jul 2002 21:16:13 +0000 Subject: [PATCH] ICU-1868 -I. is only needed by the common library. Everything else should use the source directory. X-SVN-Rev: 9442 --- icu4c/source/common/Makefile.in | 2 +- icu4c/source/icudefs.mk.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/Makefile.in b/icu4c/source/common/Makefile.in index a3d52e346b..1e177932f8 100644 --- a/icu4c/source/common/Makefile.in +++ b/icu4c/source/common/Makefile.in @@ -45,7 +45,7 @@ DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS) DYNAMICCFLAGS = $(SHAREDLIBCFLAGS) DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS) -CPPFLAGS += -I$(srcdir) $(LIBCPPFLAGS) +CPPFLAGS += -I. -I$(srcdir) $(LIBCPPFLAGS) DEFS += -DU_COMMON_IMPLEMENTATION # $(LIBICUDT) is either stub data or the real DLL common data. diff --git a/icu4c/source/icudefs.mk.in b/icu4c/source/icudefs.mk.in index 0f05b097d4..51af77b509 100644 --- a/icu4c/source/icudefs.mk.in +++ b/icu4c/source/icudefs.mk.in @@ -99,7 +99,7 @@ CFLAGS = @CFLAGS@ # CXXFLAGS is for C++ only flags CXXFLAGS = @CXXFLAGS@ # CPPFLAGS is for C Pre-Processor flags -CPPFLAGS = -I. @CPPFLAGS@ +CPPFLAGS = @CPPFLAGS@ # DEFAULT_LIBS are the default libraries to link against DEFAULT_LIBS = @LIBS@ # LIB_M is for linking against the math library