Commit a997ec53 by Zack Weinberg Committed by Zack Weinberg

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
parent 89b6698a
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
......
......@@ -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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment