ICU-1868 -I. is only needed by the common library. Everything else should use the source directory.

X-SVN-Rev: 9442
This commit is contained in:
George Rhoten 2002-07-30 21:16:13 +00:00
parent d3b70f9b85
commit e031c78009
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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