aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-10-25 22:28:46 +0000
committerStu Grossman <grossman@cygnus>1993-10-25 22:28:46 +0000
commit12f4fe6cd6ebe66e13e248abbbde922f5d459a0c (patch)
treeaad7880f23555d9a8180b8a9682e6ee1336fad3a /gdb/testsuite/gdb.disasm
parentb58a197344d539b878e5c0c5cdb90dba4e8f9feb (diff)
downloadfsf-binutils-gdb-12f4fe6cd6ebe66e13e248abbbde922f5d459a0c.zip
fsf-binutils-gdb-12f4fe6cd6ebe66e13e248abbbde922f5d459a0c.tar.gz
fsf-binutils-gdb-12f4fe6cd6ebe66e13e248abbbde922f5d459a0c.tar.bz2
* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
Diffstat (limited to 'gdb/testsuite/gdb.disasm')
-rw-r--r--gdb/testsuite/gdb.disasm/hppa.mt2
1 files changed, 1 insertions, 1 deletions
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)