Honor user's CFLAGS setting, instead of splatting it unconditionally with

a plain ugly "-g".
This commit is contained in:
Satoshi Asami 1997-02-19 04:35:01 +00:00
parent dc33ae23b4
commit 4144cc456e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5690

View file

@ -3,6 +3,15 @@ processing config.c.in.
--- Makefile.in Mon Dec 2 14:45:56 1996
+++ Makefile.in Sun Feb 16 19:33:40 1997
@@ -65,7 +65,7 @@
# We don't specify -g -O because many compilers don't support -g -O,
# and/or -O is broken in and of itself.
-CFLAGS = -g
+CFLAGS += -g
LIBCFLAGS = $(CFLAGS)
CFLAGS_FOR_TARGET = $(CFLAGS)
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
@@ -104,7 +104,7 @@
M4 = `if [ -f $$r/m4/m4 ] ; \