From 82c9848b2d25067f7bc2070ac73fc8a7a4935bbf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 7 Dec 2000 16:41:53 -0500 Subject: [svn-r3094] Purpose: Fix Description: Hopefully the last fix in the .C -> .cpp suffix change saga. Forgot to tell the commence/conclude files that the suffix has changed --- c++/config/commence.in | 2 +- c++/config/conclude.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/c++/config/commence.in b/c++/config/commence.in index a5fb266..872fdb0 100644 --- a/c++/config/commence.in +++ b/c++/config/commence.in @@ -6,7 +6,7 @@ ## Things that Make needs .SUFFIXES: -.SUFFIXES: .C .o .lo +.SUFFIXES: .cpp .o .lo @SET_MAKE@ ## Directories to search diff --git a/c++/config/conclude.in b/c++/config/conclude.in index 790da2d..ac6897f 100644 --- a/c++/config/conclude.in +++ b/c++/config/conclude.in @@ -168,10 +168,10 @@ maintainer-clean: distclean -$(RM) *~ core core.* *.core *.bak *.contrib gmon.out ## Implicit rules -.C.o: +.cpp.o: $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -.C.lo: +.cpp.lo: @$(LT_COMPILE) $(CXXFLAGS) $(CPPFLAGS) -c $< ##----------------------------------------------------------------------------- -- cgit v0.12