From 61984ba242fba8edcfdbc7456a2a957d88482768 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 22 Apr 1992 21:51:25 +0000 Subject: [PATCH] Replace MINUS_G by CFLAGS. --- readline/Makefile.dos | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.30.2