projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64cebbc
)
Replace MINUS_G by CFLAGS.
author
Fred Fish
<fnf@specifix.com>
Wed, 22 Apr 1992 21:51:25 +0000
(21:51 +0000)
committer
Fred Fish
<fnf@specifix.com>
Wed, 22 Apr 1992 21:51:25 +0000
(21:51 +0000)
readline/Makefile.dos
patch
|
blob
|
history
diff --git
a/readline/Makefile.dos
b/readline/Makefile.dos
index 636e5458da4a262ab51f676dc470ad39f6c2f9b2..8f5a11a8189b45f81e1fee725f18c3a5b7d8038d 100644
(file)
--- 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)