* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / hppa.mt
index b517f1193b01d36891d0259326fcfb48a6f0a2b7..e996a1a44265fe05fcd6217fa65e5d17ca36787d 100644 (file)
@@ -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)
 
This page took 0.023649 seconds and 4 git commands to generate.