diff options
author | Stu Grossman <grossman@cygnus> | 1993-10-25 22:28:46 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-10-25 22:28:46 +0000 |
commit | 12f4fe6cd6ebe66e13e248abbbde922f5d459a0c (patch) | |
tree | aad7880f23555d9a8180b8a9682e6ee1336fad3a /gdb/testsuite/gdb.disasm | |
parent | b58a197344d539b878e5c0c5cdb90dba4e8f9feb (diff) | |
download | gdb-12f4fe6cd6ebe66e13e248abbbde922f5d459a0c.zip gdb-12f4fe6cd6ebe66e13e248abbbde922f5d459a0c.tar.gz 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.mt | 2 |
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) |