aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-01-19 05:34:46 +0000
committerJeff Law <law@gcc.gnu.org>1999-01-18 22:34:46 -0700
commitbeb5109001e177e909b4c8fa6cfb50d18bb9c045 (patch)
tree537a226a57475338e787018da491dac6c6c0f3f8 /gcc
parent6afa5179c74b89ed43b8a6a027aa03af69c6a879 (diff)
downloadgcc-beb5109001e177e909b4c8fa6cfb50d18bb9c045.zip
gcc-beb5109001e177e909b4c8fa6cfb50d18bb9c045.tar.gz
gcc-beb5109001e177e909b4c8fa6cfb50d18bb9c045.tar.bz2
* Makefile.in (cccp.o, cpplib.o): Depend on Makefile.
From-SVN: r24755
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fe980ab..6573148 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ac49d30..ac614ff 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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)\" \