From c6d1e23287612cfe89eb0ea2d722c54889892752 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Tue, 28 Aug 2001 19:48:55 +0000 Subject: [PATCH] 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 --- samples/sockets/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sockets/Makefile.in b/samples/sockets/Makefile.in index 1a2e1fd3cc..6b12993eca 100644 --- a/samples/sockets/Makefile.in +++ b/samples/sockets/Makefile.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 -- 2.45.2