From: Gilles Depeyrot Date: Thu, 6 Sep 2001 19:07:57 +0000 (+0000) Subject: replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/58782f84f86131fd75feb3bc3a679000612486e0 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 --- diff --git a/samples/ipc/Makefile.in b/samples/ipc/Makefile.in index 67673da923..8c8c8af84a 100644 --- a/samples/ipc/Makefile.in +++ b/samples/ipc/Makefile.in @@ -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