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:
@@ -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
|
||||
|
Reference in New Issue
Block a user