diff options
Diffstat (limited to 'gdb/testsuite/gdb.stabs/hppa.mt')
-rw-r--r-- | gdb/testsuite/gdb.stabs/hppa.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.stabs/hppa.mt b/gdb/testsuite/gdb.stabs/hppa.mt index 89a3190..d7a6e86 100644 --- a/gdb/testsuite/gdb.stabs/hppa.mt +++ b/gdb/testsuite/gdb.stabs/hppa.mt @@ -1,3 +1,3 @@ weird.o: $(srcdir)/weird.def $(srcdir)/hppa.sed sed -f $(srcdir)/hppa.sed <$(srcdir)/weird.def >weird.s - $(CC) -c weird.s + $(AS) weird.s -o weird.o |