projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdcf3b
)
* gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
author
Fred Fish
<fnf@specifix.com>
Tue, 20 Apr 1993 20:41:42 +0000
(20:41 +0000)
committer
Fred Fish
<fnf@specifix.com>
Tue, 20 Apr 1993 20:41:42 +0000
(20:41 +0000)
in explicit rules. Apparently this is not supported by some makes.
gdb/testsuite/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/testsuite/ChangeLog
b/gdb/testsuite/ChangeLog
index 9a7b9b15a959246f89a3e1964e4dce5f9782a34c..d09318388c8fba62b312f7f745e379b5872ccb51 100644
(file)
--- 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.