aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1994-11-03 18:50:02 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-11-03 18:50:02 -0500
commit6411126c9bde90fa229d5d356c770997c4e1fc30 (patch)
tree3b76d7f9ab29be9cb970b5518e822befe1d308c6 /gcc
parentd77620cb1c7050d2dd6b053b3558a67d19099cc1 (diff)
downloadgcc-6411126c9bde90fa229d5d356c770997c4e1fc30.zip
gcc-6411126c9bde90fa229d5d356c770997c4e1fc30.tar.gz
gcc-6411126c9bde90fa229d5d356c770997c4e1fc30.tar.bz2
Makefile.in (spew.o, [...]): Depend on $(srcdir)/parse.h, not parse.h.
* Makefile.in (spew.o, lex.o, pt.o): Depend on $(srcdir)/parse.h, not parse.h. From-SVN: r8383
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a26ae5d..8e972e2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 3 18:48:19 1994 Paul Eggert <eggert@twinsun.com>
+
+ * Makefile.in (spew.o, lex.o, pt.o):
+ Depend on $(srcdir)/parse.h, not parse.h.
+
Sat Oct 29 07:18:52 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
* g++.c (main): Cast arg to bzero to avoid warning.