diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-11-26 14:28:06 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-11-26 14:28:06 -0500 |
commit | 293af484a6fdb093adcf5fcd5efaf429ac8c4bf5 (patch) | |
tree | c3a26cbab00fd76582417570106e715c38581438 | |
parent | 43f51b7fb5949c678877eafbfde514d60715c760 (diff) | |
download | gcc-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.in | 2 |
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). |