ICU-7659 fix U_CC and U_CXX

X-SVN-Rev: 30004
This commit is contained in:
Steven R. Loomis 2011-05-04 00:02:26 +00:00
parent 781391999e
commit 388f165e13

View File

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/icuinfo
## Copyright (c) 1999-2010, International Business Machines Corporation and
## Copyright (c) 1999-2011, International Business Machines Corporation and
## others. All Rights Reserved.
## Madhu Katragadda
@ -36,9 +36,7 @@ DEPS = $(OBJECTS:.o=.d)
ICUINFO_OPTS=-i ../../data/out/build/$(ICUDATA_PLATFORM_NAME)
CPPFLAGS+= -DU_PLATFORM=\"@platform@\" -DU_BUILD=\"@build@\" -DU_HOST=\"@host@\" -DU_CC=\"@CC@\" -DU_CXX=\"@CXX@\"
# -DENABLE_RELEASE=@ENABLE_RELEASE@ -DENABLE_DEBUG=@ENABLE_DEBUG@ "
CPPFLAGS+= "-DU_PLATFORM=\"@platform@\"" "-DU_BUILD=\"@build@\"" "-DU_HOST=\"@host@\"" "-DU_CC=\"@CC@\"" "-DU_CXX=\"@CXX@\""
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \