* mpw-make.sed: Edit @ENABLE_CFLAGS@ out, mpw-configure can
authorStan Shebs <shebs@codesourcery.com>
Thu, 9 Nov 1995 03:31:21 +0000 (03:31 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 9 Nov 1995 03:31:21 +0000 (03:31 +0000)
add back in if necessary.

gdb/ChangeLog
gdb/mpw-make.sed

index 47c135c82365846ac41cd4a987b501a771ceb2b5..2cfc93a9f69939b1cbd1b97046be4f83ed0a32d0 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov  8 19:25:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Edit @ENABLE_CFLAGS@ out, mpw-configure can
+       add back in if necessary.
+
 Wed Nov  8 15:59:52 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
 
        * config/mips/vr4300.mt: Added simulator to default VR4300 build.
index 0603bd6aaf41d218d4c58418f87a3d33f214e1ea..1821d3a14912178ce36880ab0b518dc2c685d095 100644 (file)
@@ -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:/
This page took 0.0259 seconds and 4 git commands to generate.