* Makefile.in (cccp.o, cpplib.o): Depend on Makefile.
authorJeffrey A Law <law@cygnus.com>
Tue, 19 Jan 1999 05:34:46 +0000 (05:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 19 Jan 1999 05:34:46 +0000 (22:34 -0700)
From-SVN: r24755

gcc/ChangeLog
gcc/Makefile.in

index fe980ab..6573148 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan 19 06:26:30 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (cccp.o, cpplib.o): Depend on Makefile.
+
 Mon Jan 18 09:56:41 1999  Jason Merrill  <jason@yorick.cygnus.com>
 
        * invoke.texi (C++ Dialect Options): Document -fno-rtti.
index ac49d30..ac614ff 100644 (file)
@@ -1884,7 +1884,7 @@ $(srcdir)/cexp.c: $(srcdir)/cexp.y
 # We use $(libsubdir)/$(unlibsubdir) to match the
 # -iprefix argument which gcc will pass if GCC_EXEC_PREFIX is used.
 cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status system.h \
-           mbchar.h prefix.h
+           mbchar.h prefix.h Makefile
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
@@ -1913,7 +1913,7 @@ cppmain$(exeext): cppmain.o libcpp.a $(LIBDEPS)
 cppmain.o: cppmain.c $(CONFIG_H) cpplib.h machmode.h system.h
 
 cpplib.o: cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h config.status \
-       system.h prefix.h
+       system.h prefix.h Makefile
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \