(cppmain.o): New rule.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:05:10 +0000 (18:05 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:05:10 +0000 (18:05 -0500)
From-SVN: r13237

gcc/Makefile.in

index ff72925f39c9ad08487b4e26ff34e6bdabe923a7..7ef5cfb31d0142bb7442a246508f1cb5725ce85f 100644 (file)
@@ -1716,6 +1716,8 @@ cppmain: cppmain.o cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o \
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ cppmain.o cpplib.o cpphash.o \
          cppalloc.o cpperror.o cppexp.o version.o $(LIBS)
 
+cppmain.o: cppmain.c $(CONFIG_H) cpplib.h
+
 cpplib.o: cpplib.c $(CONFIG_H) cpplib.h cpphash.h config.status
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \