Makefile.in: Correct dependencies for cpplib object files.
authorZack Weinberg <zack@rabi.columbia.edu>
Wed, 17 Feb 1999 11:54:59 +0000 (11:54 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 17 Feb 1999 11:54:59 +0000 (11:54 +0000)
1999-02-17 14:49 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
* Makefile.in: Correct dependencies for cpplib object files.

From-SVN: r25269

gcc/ChangeLog
gcc/Makefile.in

index 7f3e1981a2975a26ca42764a6849f4c557f3e638..fb9bad379a4b7966a2ca1611bb00cb73e2290295 100644 (file)
@@ -1,3 +1,7 @@
+1999-02-17 14:49 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
+
+       * Makefile.in: Correct dependencies for cpplib object files.
+
 Wed Feb 17 14:04:18 1999  Michael Meissner  <meissner@cygnus.com>
 
        * rs6000.md ({add,sub}si3 `.'): Add alternatives to use CR other
index 7fae2346acdd299a334e85fbd26b81544b261131..8a159b1a7ebb2870c3e219dfbf9bfd3805dc4ea2 100644 (file)
@@ -1970,8 +1970,8 @@ cppmain$(exeext): cppmain.o libcpp.a $(LIBDEPS)
 
 cppmain.o: cppmain.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h
 
-cpplib.o: cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h intl.h \
-       config.status system.h prefix.h Makefile
+cpplib.o: cpplib.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h cpphash.h \
+               prefix.h output.h Makefile
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
@@ -1980,19 +1980,13 @@ cpplib.o: cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h intl.h \
          -DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" \
          -c `echo $(srcdir)/cpplib.c | sed 's,^\./,,'`
 
-cpperror.o: cpperror.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h
-
 cppulp.o: cppulp.c $(CONFIG_H) system.h output.h
-
-cppexp.o: cppexp.c $(CONFIG_H) cpplib.h intl machmode.h system.h
-
-cppfiles.o: cppfiles.c $(CONFIG_H) cpplib.h machmode.h system.h
-
-cpphash.o: cpphash.c cpplib.h machmode.h cpphash.h $(CONFIG_H) system.h
-
-cppalloc.o: cppalloc.c $(CONFIG_H) cpplib.h machmode.h system.h
-
-cppinit.o: cppalloc.c $(CONFIG_H) cpplib.h machmode.h system.h
+cpphash.o: cpphash.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h cpphash.h
+cppalloc.o: cppalloc.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h
+cpperror.o: cpperror.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h
+cppexp.o:   cppexp.c   $(CONFIG_H) cpplib.h intl.h machmode.h system.h
+cppfiles.o: cppfiles.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h
+cppinit.o:  cppalloc.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h
 
 # Note for the stamp targets, we run the program `true' instead of
 # having an empty command (nothing following the semicolon).