* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / hppa.mt
1 EXECUTABLES = hppa
2 hppa: hppa.s
3 $(AS) $(ASFLAGS) $(srcdir)/hppa.s -o hppa.o
4 $(CC) $(CFLAGS) $(LDFLAGS) -o hppa hppa.o $(LIBS)
5
This page took 0.029899 seconds and 4 git commands to generate.