* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
authorStu Grossman <grossman@cygnus>
Mon, 25 Oct 1993 22:28:46 +0000 (22:28 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 25 Oct 1993 22:28:46 +0000 (22:28 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.disasm/hppa.mt

index 3d7a8465c814ae7266720854ac2a85f58091b11f..3e0d4721c664538025893db4c959f730d92bf912 100644 (file)
@@ -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.
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.029217 seconds and 4 git commands to generate.