Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed substitutions.

* Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
	substitutions.

From-SVN: r33761
This commit is contained in:
Zack Weinberg 2000-05-08 00:09:09 +00:00 committed by Zack Weinberg
parent 89b6698a3e
commit a997ec535c
2 changed files with 6 additions and 1 deletions

View 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

View 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 =