aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2000-03-08 23:43:41 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-03-08 23:43:41 +0000
commit8ebb00d547c9267af25015ef737ff393287eb36b (patch)
treedc91207dd673d3407174f7cbe5b4c233f89bbc8d
parent88ae23e71dffcd197fc5410a582a470fcbcc2ba9 (diff)
downloadgcc-8ebb00d547c9267af25015ef737ff393287eb36b.zip
gcc-8ebb00d547c9267af25015ef737ff393287eb36b.tar.gz
gcc-8ebb00d547c9267af25015ef737ff393287eb36b.tar.bz2
oops - meant to commit with last batch of cpplib changes
From-SVN: r32436
-rw-r--r--gcc/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 7817ed1..89d9e55 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2025,6 +2025,8 @@ LIBCPP_OBJS = cpplib.o cpphash.o cpperror.o cppexp.o cppfiles.o \
cppinit.o cppulp.o mkdeps.o \
prefix.o version.o mbchar.o @extra_cpp_objs@
+LIBCPP_DEPS = cpplib.h cpphash.h intl.h system.h
+
# All the other archives built/used by this makefile are for targets. This
# one is strictly for the host.
#
@@ -2040,11 +2042,11 @@ cppmain$(exeext): cppmain.o intl.o libcpp.a $(LIBDEPS)
cppmain.o: cppmain.c $(CONFIG_H) cpplib.h intl.h system.h
cppulp.o: cppulp.c $(CONFIG_H) system.h output.h
-cpplib.o: cpplib.c $(CONFIG_H) cpplib.h intl.h system.h cpphash.h mkdeps.h
-cpphash.o: cpphash.c $(CONFIG_H) cpplib.h intl.h system.h cpphash.h version.h
-cpperror.o: cpperror.c $(CONFIG_H) cpplib.h intl.h system.h
-cppexp.o: cppexp.c $(CONFIG_H) cpplib.h intl.h system.h
-cppfiles.o: cppfiles.c $(CONFIG_H) cpplib.h intl.h system.h
+cpplib.o: cpplib.c $(CONFIG_H) $(LIBCPP_DEPS) mkdeps.h
+cpphash.o: cpphash.c $(CONFIG_H) $(LIBCPP_DEPS) version.h
+cpperror.o: cpperror.c $(CONFIG_H) $(LIBCPP_DEPS)
+cppexp.o: cppexp.c $(CONFIG_H) $(LIBCPP_DEPS)
+cppfiles.o: cppfiles.c $(CONFIG_H) $(LIBCPP_DEPS)
cppinit.o: cppinit.c $(CONFIG_H) cpplib.h intl.h system.h \
cpphash.h prefix.h output.h Makefile version.h mkdeps.h