From: Fred Fish Date: Wed, 22 Apr 1992 21:51:25 +0000 (+0000) Subject: Replace MINUS_G by CFLAGS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61984ba242fba8edcfdbc7456a2a957d88482768;p=binutils-gdb.git Replace MINUS_G by CFLAGS. --- diff --git a/readline/Makefile.dos b/readline/Makefile.dos index 636e5458da4..8f5a11a8189 100644 --- a/readline/Makefile.dos +++ b/readline/Makefile.dos @@ -88,8 +88,7 @@ TYPES = -DVOID_SIGHANDLER # the vi line editing mode and features. READLINE_DEFINES = $(TYPES) -DVI_MODE -MINUS_G=-g -DEBUG_FLAGS = $(MINUS_G) +DEBUG_FLAGS = -g LDFLAGS = $(DEBUG_FLAGS) H_CFLAGS=-D__MSDOS__ -D__GO32__ CFLAGS = $(H_CFLAGS) $(DEBUG_FLAGS) $(USG) -I. $(LOCAL_INCLUDES) $(CPPFLAGS) $(READLINE_DEFINES)