replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-09-06 19:07:57 +00:00
parent 59078e629d
commit 58782f84f8

View File

@@ -21,7 +21,7 @@ VPATH = @PATH_IFS@$(top_srcdir)/samples/ipc # ':' 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