summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-27 13:20:12 +0000
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-27 13:20:12 +0000
commite79e977d36a79d47948ba03c8fb6dc199dff1c7b (patch)
tree9868eb214314cd7886cc779e4abf6ebaf78cd7b8 /gcc/Makefile.in
parent6bf5e54c4e597049c4e120dd27c3ad32793a0f4e (diff)
downloadgcc-e79e977d36a79d47948ba03c8fb6dc199dff1c7b.tar.gz
* Makefile.in (.SUFFIXES): Add .cc.
(.c.o): Apply same recipe for implicit rule .cc.o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197162 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 54ea04f644a..b60e1f84fec 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -48,7 +48,7 @@ MAKEOVERRIDES =
# This must come before the language makefile fragments to allow them to
# add suffixes and rules of their own.
.SUFFIXES:
-.SUFFIXES: .c .o .po .pox .gmo
+.SUFFIXES: .c .cc .o .po .pox .gmo
# -------------------------------
# Standard autoconf-set variables
@@ -1054,7 +1054,7 @@ INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
$(CPPINC) $(GMPINC) $(DECNUMINC) $(BACKTRACEINC) \
$(CLOOGINC) $(ISLINC)
-.c.o:
+.cc.o .c.o:
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $< $(OUTPUT_OPTION)
#