Replace MINUS_G by CFLAGS.

This commit is contained in:
Fred Fish 1992-04-22 21:51:25 +00:00
parent 64cebbc53a
commit 61984ba242
1 changed files with 1 additions and 2 deletions

View File

@ -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)