summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-11-26 19:28:06 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-11-26 19:28:06 +0000
commit885be33e75e60abb43b8cddab403c766f5bb0fee (patch)
treec3a26cbab00fd76582417570106e715c38581438 /gcc/Makefile.in
parent8e40a72f81eb9400a96792b5b6f2e42342144e83 (diff)
downloadgcc-885be33e75e60abb43b8cddab403c766f5bb0fee.tar.gz
(cppalloc.o): Add a rule to build it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10598 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4026b7afb73..8a1297fa0cb 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).