aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-04-20 20:41:42 +0000
committerFred Fish <fnf@specifix.com>1993-04-20 20:41:42 +0000
commitfbc3492c318f71eed8390a1cab58385e3fd3ec96 (patch)
tree69536b2f6dc7418ad5a50b4bc32315180a8224f3
parent4cdcf3b9b33f22f90ba24fa198dc60d6086a6549 (diff)
downloadgdb-fbc3492c318f71eed8390a1cab58385e3fd3ec96.zip
gdb-fbc3492c318f71eed8390a1cab58385e3fd3ec96.tar.gz
gdb-fbc3492c318f71eed8390a1cab58385e3fd3ec96.tar.bz2
* gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
in explicit rules. Apparently this is not supported by some makes.
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9a7b9b1..d093183 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
+
+ * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
+ in explicit rules. Apparently this is not supported by some makes.
+
Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
* gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.