diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-11-09 03:31:21 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-11-09 03:31:21 +0000 |
commit | 653b07da0c7fee7394d8111d337481b3e449efa8 (patch) | |
tree | 74afd425d5bba98517d9342ef6241f704270c898 /gdb/mpw-make.sed | |
parent | c5addc193d90f24d60acb7e3c025f2bb6ba01be7 (diff) | |
download | gdb-653b07da0c7fee7394d8111d337481b3e449efa8.zip gdb-653b07da0c7fee7394d8111d337481b3e449efa8.tar.gz gdb-653b07da0c7fee7394d8111d337481b3e449efa8.tar.bz2 |
* mpw-make.sed: Edit @ENABLE_CFLAGS@ out, mpw-configure can
add back in if necessary.
Diffstat (limited to 'gdb/mpw-make.sed')
-rw-r--r-- | gdb/mpw-make.sed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index 0603bd6..1821d3a 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -6,6 +6,8 @@ /^host_makefile_frag@$/d /^target_makefile_frag@$/d +/@ENABLE_CFLAGS@/s/@ENABLE_CFLAGS@//g + # Edit all the symbolic definitions pointing to various libraries and such. /^INCLUDE_DIR = /s/"{srcdir}":include/"{topsrcdir}"include:/ |