From: Fred Fish Date: Tue, 20 Apr 1993 20:41:42 +0000 (+0000) Subject: * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $< X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbc3492c318f71eed8390a1cab58385e3fd3ec96;p=binutils-gdb.git * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $< in explicit rules. Apparently this is not supported by some makes. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9a7b9b15a95..d09318388c8 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.