From 12f4fe6cd6ebe66e13e248abbbde922f5d459a0c Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Mon, 25 Oct 1993 22:28:46 +0000 Subject: * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule. --- gdb/testsuite/gdb.disasm/hppa.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.disasm') diff --git a/gdb/testsuite/gdb.disasm/hppa.mt b/gdb/testsuite/gdb.disasm/hppa.mt index b517f11..e996a1a 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) -- cgit v1.1