* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
This commit is contained in:
parent
b58a197344
commit
12f4fe6cd6
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue