Commit 693ff496 by Zack Weinberg Committed by Zack Weinberg

Makefile.in: Correct dependencies for cpplib object files.

1999-02-17 14:49 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
	* Makefile.in: Correct dependencies for cpplib object files.

From-SVN: r25269
parent 90612787
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> Wed Feb 17 14:04:18 1999 Michael Meissner <meissner@cygnus.com>
* rs6000.md ({add,sub}si3 `.'): Add alternatives to use CR other * rs6000.md ({add,sub}si3 `.'): Add alternatives to use CR other
......
...@@ -1970,8 +1970,8 @@ cppmain$(exeext): cppmain.o libcpp.a $(LIBDEPS) ...@@ -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 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 \ cpplib.o: cpplib.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h cpphash.h \
config.status system.h prefix.h Makefile prefix.h output.h Makefile
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \ -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \ -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
...@@ -1980,19 +1980,13 @@ cpplib.o: cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h intl.h \ ...@@ -1980,19 +1980,13 @@ cpplib.o: cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h intl.h \
-DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" \ -DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" \
-c `echo $(srcdir)/cpplib.c | sed 's,^\./,,'` -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 cppulp.o: cppulp.c $(CONFIG_H) system.h output.h
cpphash.o: cpphash.c $(CONFIG_H) cpplib.h intl.h machmode.h system.h cpphash.h
cppexp.o: cppexp.c $(CONFIG_H) cpplib.h intl machmode.h system.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
cppfiles.o: cppfiles.c $(CONFIG_H) cpplib.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
cpphash.o: cpphash.c cpplib.h machmode.h cpphash.h $(CONFIG_H) system.h cppinit.o: cppalloc.c $(CONFIG_H) cpplib.h intl.h machmode.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
# Note for the stamp targets, we run the program `true' instead of # Note for the stamp targets, we run the program `true' instead of
# having an empty command (nothing following the semicolon). # having an empty command (nothing following the semicolon).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment