Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed substitutions.
authorZack Weinberg <zack@wolery.cumb.org>
Mon, 8 May 2000 00:09:09 +0000 (00:09 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 8 May 2000 00:09:09 +0000 (00:09 +0000)
* Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
substitutions.

From-SVN: r33761

gcc/ChangeLog
gcc/Makefile.in

index 833b1ee..79ae896 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
+       substitutions.
+
 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
 
        * cpplex.c: Move new lexer definitions and prototypes
index 3f39207..cdd3ee5 100644 (file)
@@ -77,7 +77,7 @@ TCFLAGS =
 CFLAGS = -g @stage1_warn_cflags@
 BOOT_CFLAGS = -O2 $(CFLAGS)
 WARN_CFLAGS = -W -Wall -Wtraditional -pedantic -Wno-long-long
-LOOSE_CFLAGS = `echo $(CFLAGS) | sed -e 's/-pedantic//' -e 's/-Wtraditional//'`
+LOOSE_CFLAGS = `echo $(CFLAGS)|sed -e 's/-pedantic//g' -e 's/-Wtraditional//g'`
 # These exists to be overridden by the x-* and t-* files, respectively.
 X_CFLAGS =
 T_CFLAGS =