summaryrefslogtreecommitdiffstats
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-02-03 03:09:27 +0000
committerJason Molenda <jmolenda@apple.com>1998-02-03 03:09:27 +0000
commitc09eab0044449d7936c0980351e51ea0ee8d7e74 (patch)
tree4a14c1d501e29025bd2b4043e9d34372810ac7d4 /gdb/Makefile.in
parent240dd45fde6f302e25c092b1420ffa53a0f6debf (diff)
downloadppe42-binutils-c09eab0044449d7936c0980351e51ea0ee8d7e74.tar.gz
ppe42-binutils-c09eab0044449d7936c0980351e51ea0ee8d7e74.zip
* Makefile.in (VERSION): Bump to 4.16.2.
as per HOW_TO_RELEASE
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 1eb6644a26..f5ee41116a 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -243,7 +243,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
-VERSION=4.16.1
+VERSION=4.16.2
DIST=gdb
LINT=/usr/5bin/lint
@@ -524,7 +524,12 @@ NTSOBS = standalone.o
NTSSTART = kdb-start.o
-SUBDIRS = doc testsuite nlm mswin
+SUBDIRS = doc \
+ testsuite \
+ $(start-sanitize-mswin) \
+ mswin \
+ $(end-sanitize-mswin) \
+ nlm
# For now, shortcut the "configure GDB for fewer languages" stuff.
YYFILES = c-exp.tab.c jv-exp.tab.c f-exp.tab.c m2-exp.tab.c
OpenPOWER on IntegriCloud