aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-11-26 14:28:06 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-11-26 14:28:06 -0500
commit293af484a6fdb093adcf5fcd5efaf429ac8c4bf5 (patch)
treec3a26cbab00fd76582417570106e715c38581438
parent43f51b7fb5949c678877eafbfde514d60715c760 (diff)
downloadgcc-293af484a6fdb093adcf5fcd5efaf429ac8c4bf5.zip
gcc-293af484a6fdb093adcf5fcd5efaf429ac8c4bf5.tar.gz
gcc-293af484a6fdb093adcf5fcd5efaf429ac8c4bf5.tar.bz2
(cppalloc.o): Add a rule to build it.
From-SVN: r10598
-rw-r--r--gcc/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4026b7a..8a1297f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1647,6 +1647,8 @@ cppexp.o: cppexp.c $(CONFIG_H) cpplib.h
cpphash.o: cpphash.c cpplib.h cpphash.h
+cppalloc.o: cppalloc.c $(CONFIG_H)
+
# Note for the stamp targets, we run the program `true' instead of
# having an empty command (nothing following the semicolon).