* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
(MYCFLAGS): Include $(CFLAGS).
From-SVN: r30948
+1999-12-15 Jason Merrill <jason@casey.cygnus.com>
+
+ * Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
+ (MYCFLAGS): Include $(CFLAGS).
+
1999-12-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* std/bastring.h (basic_string::basic_string): Rename parameters
.PHONY: force
force:
-MYCXXFLAGS = -g -O2 -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast -Winline -Wwrite-strings -pedantic -Wno-long-long
-MYCFLAGS = -g -O2 -Wpointer-arith -Wnested-externs
+MYCXXFLAGS = $(CXXFLAGS) -g -O2 -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast -Winline -Wwrite-strings -pedantic -Wno-long-long
+MYCFLAGS = $(CFLAGS) -g -O2 -Wpointer-arith -Wnested-externs
.PHONY: stuff
stuff: