ICU-1992 remove some unneeded defines
X-SVN-Rev: 9224
This commit is contained in:
parent
06d5ee2949
commit
52d48e9183
@ -47,7 +47,6 @@ DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS)
|
||||
|
||||
# Data packaging options are set at configure time with --with-data-packaging.
|
||||
CPPFLAGS += -I. -I$(srcdir) $(LIBCPPFLAGS) @DATA_PACKAGING_CPPFLAGS@
|
||||
DEFS += -DICU_DATA_DIR=\"$(ICUDATA_DIR)/\" -DU_LIBICUDATA_NAME=\"$(ICUDATA_NAME)\"
|
||||
|
||||
# $(LIBICUDT) is either stub data or the real DLL common data.
|
||||
LIBS = $(LIBICUDT) $(DEFAULT_LIBS)
|
||||
@ -91,6 +90,8 @@ distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: all check-local
|
||||
|
||||
-include Makefile.local
|
||||
|
||||
all-local: $(ALL_TARGETS) unicode/platform.h
|
||||
|
||||
install-local: install-headers install-library
|
||||
|
Loading…
Reference in New Issue
Block a user