diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-22 21:44:32 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-22 21:44:32 +0000 |
commit | 9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b (patch) | |
tree | cfa7aadbfdc39b05b875af0ff4f5b026532272d0 | |
parent | de862087a25fd66f917ea58c7f53e42e69f79b67 (diff) | |
download | ppe42-binutils-9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b.tar.gz ppe42-binutils-9ea9f1ec6a7d0bbc5d58ba382a5665a2f47e589b.zip |
Finish MINUS_G eradication.
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index dfbeaa0ebf..546db24169 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 |