summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/config/commence.in2
-rw-r--r--c++/config/conclude.in4
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 $<
##-----------------------------------------------------------------------------