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

samples/ipc/Makefile.in

index 67673da923787cc9cf73a752df946080d8d82e81..8c8c8af84a60c769ebd291ff2c230436846a5320 100644 (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