From 12f4fe6cd6ebe66e13e248abbbde922f5d459a0c Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Mon, 25 Oct 1993 22:28:46 +0000 Subject: [PATCH] * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.disasm/hppa.mt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3d7a8465c81..3e0d4721c66 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com) + + * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule. + Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.t06/signals.exp: Skip whole file with xfail for HPPA. diff --git a/gdb/testsuite/gdb.disasm/hppa.mt b/gdb/testsuite/gdb.disasm/hppa.mt index b517f1193b0..e996a1a4426 100644 --- a/gdb/testsuite/gdb.disasm/hppa.mt +++ b/gdb/testsuite/gdb.disasm/hppa.mt @@ -1,5 +1,5 @@ EXECUTABLES = hppa hppa: hppa.s - $(AS) $(ASFLAGS) hppa.s -o hppa.o + $(AS) $(ASFLAGS) $(srcdir)/hppa.s -o hppa.o $(CC) $(CFLAGS) $(LDFLAGS) -o hppa hppa.o $(LIBS) -- 2.30.2