From 293af484a6fdb093adcf5fcd5efaf429ac8c4bf5 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 26 Nov 1995 14:28:06 -0500 Subject: [PATCH] (cppalloc.o): Add a rule to build it. From-SVN: r10598 --- gcc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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).