]> git.saurik.com Git - wxWidgets.git/commitdiff
replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 28 Aug 2001 19:48:55 +0000 (19:48 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 28 Aug 2001 19:48:55 +0000 (19:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/sockets/Makefile.in

index 1a2e1fd3cc44995876e0ced835b01d10e5f137c1..6b12993eca3cd646940b0947d88b2b4f8b6e2954 100644 (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