Author: sebor
Date: Wed Mar 14 13:43:35 2007
New Revision: 518316
URL: http://svn.apache.org/viewvc?view=rev&rev=518316
Log:
2007-03-08 Martin Sebor <[EMAIL PROTECTED]>
* GNUmakefile (CPPFLAGS): Removed -D_RWSTD_USE_CONFIG.
Modified:
incubator/stdcxx/trunk/GNUmakefile
Modified: incubator/stdcxx/trunk/GNUmakefile
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/GNUmakefile?view=diff&rev=518316&r1=518315&r2=518316
==============================================================================
--- incubator/stdcxx/trunk/GNUmakefile (original)
+++ incubator/stdcxx/trunk/GNUmakefile Wed Mar 14 13:43:35 2007
@@ -522,9 +522,6 @@
# full library filename (including suffix)
LIBNAME = lib$(LIBBASE)$(LIBSUFFIX)
- # add to enable config.h (alternate config mechanism)
- CPPFLAGS += -D_RWSTD_USE_CONFIG
-
ifeq ($(DEPENDDIR),)
DEPENDDIR=.depend
endif