diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-07-01 21:40:02 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-07-01 21:40:02 +0000 |
commit | 6687c9531dd9abe1aafb2c1e9425119dd51d5bbc (patch) | |
tree | 9c86abed4ae2c57c4bd50331c70b810bc2ade486 /gdb/mpw-make.sed | |
parent | 97fd185a48ee2b3fee01f66b75df13ad4e999d38 (diff) | |
download | gdb-6687c9531dd9abe1aafb2c1e9425119dd51d5bbc.zip gdb-6687c9531dd9abe1aafb2c1e9425119dd51d5bbc.tar.gz gdb-6687c9531dd9abe1aafb2c1e9425119dd51d5bbc.tar.bz2 |
From Raymond Jou <rjou@mexican.cygnus.com>:
* mpw-make.sed: Add lines to whack out autoconf hook
@CONFIG_LDFLAGS@.
Diffstat (limited to 'gdb/mpw-make.sed')
-rw-r--r-- | gdb/mpw-make.sed | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index 0b3f7b9..7275c9b 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -32,6 +32,9 @@ /^TERMCAP =/s/ =.*$/ =/ +# Whack out autoconf hook for thread debugging. +/@CONFIG_LDFLAGS@/s/@CONFIG_LDFLAGS@//g + /@DEFS@/s/@DEFS@//g /@YACC@/s/@YACC@/byacc/g |