aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/ecoff.mt
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.stabs/ecoff.mt')
-rw-r--r--gdb/testsuite/gdb.stabs/ecoff.mt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.stabs/ecoff.mt b/gdb/testsuite/gdb.stabs/ecoff.mt
index 93bf7b2..ceb2a99 100644
--- a/gdb/testsuite/gdb.stabs/ecoff.mt
+++ b/gdb/testsuite/gdb.stabs/ecoff.mt
@@ -1,7 +1,7 @@
# This configuration is for a gcc that uses mips-tfile. If your gcc
# uses gas, you should configure gdb --with-gnu-as.
#
-weird.o: $(srcdir)/weird.def $(srcdir)/weird-ecoff.sed
+weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed
sed -e '/.long/.word/' <$(srcdir)/weird.def | \
- sed -f $(srcdir)/weird-ecoff.sed >weird.s
+ sed -f $(srcdir)/ecoff.sed >weird.s
$(CC) -c weird.s