projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e11fdd
)
* gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
author
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 18 Nov 1995 12:25:18 +0000
(12:25 +0000)
committer
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 18 Nov 1995 12:25:18 +0000
(12:25 +0000)
gdb/testsuite/gdb.stabs/alpha.mt
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.stabs/alpha.mt
b/gdb/testsuite/gdb.stabs/alpha.mt
index afa1289ad3fe3c8e02b4fcd31c2174bf0ec8164e..76f4baadcc41b1cb394f7e22e4dcc68c0b958420 100644
(file)
--- a/
gdb/testsuite/gdb.stabs/alpha.mt
+++ b/
gdb/testsuite/gdb.stabs/alpha.mt
@@
-3,4
+3,4
@@
#
weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed
sed -f $(srcdir)/ecoff.sed <$(srcdir)/weird.def >weird.s
- $(CC) -c weird.s
+ $(CC)
$(CFLAGS)
-c weird.s