From 58782f84f86131fd75feb3bc3a679000612486e0 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Thu, 6 Sep 2001 19:07:57 +0000 Subject: [PATCH] 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 --- samples/ipc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2