replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-08-28 19:48:55 +00:00
parent e33ef6614e
commit c6d1e23287

View File

@@ -21,7 +21,7 @@ VPATH = @PATH_IFS@$(top_srcdir)/samples/sockets # ':' for autoconf
.SUFFIXES: .o .cpp .c .cxx
.cpp.o :
$(CC) -c $(CPPFLAGS) -o $@ $<
$(CC) -c $(CXXFLAGS) -o $@ $<
# Set defaults from configure
include ../../src/make.env