OSDN Git Service

1999-02-17 14:49 -0500 Zack Weinberg <zack@rabi.columbia.edu>
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Feb 1999 11:54:59 +0000 (11:54 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Feb 1999 11:54:59 +0000 (11:54 +0000)
* Makefile.in: Correct dependencies for cpplib object files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25269 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 7f3e198..fb9bad3 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 7fae234..8a159b1 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).