From 9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 22 Apr 1992 21:44:32 +0000 Subject: [PATCH] Finish MINUS_G eradication. --- gdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index dfbeaa0..546db24 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -133,7 +133,7 @@ INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) -I${srcdir}/ # {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS. # CFLAGS for GDB -GLOBAL_CFLAGS = ${MINUS_G} ${TM_CFLAGS} ${XM_CFLAGS} +GLOBAL_CFLAGS = ${TM_CFLAGS} ${XM_CFLAGS} #PROFILE_CFLAGS = -pg # CFLAGS is specifically reserved for setting from the command line -- 2.7.4