From: Fred Fish Date: Wed, 22 Apr 1992 21:44:32 +0000 (+0000) Subject: Finish MINUS_G eradication. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b;p=binutils-gdb.git Finish MINUS_G eradication. --- diff --git a/gdb/Makefile.in b/gdb/Makefile.in index dfbeaa0ebf3..546db241693 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