diff options
author | Fred Fish <fnf@specifix.com> | 1994-08-14 20:13:01 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1994-08-14 20:13:01 +0000 |
commit | 7de5c5e275a6eedce5a17fa8c6ee619ccf0df951 (patch) | |
tree | 3d1d2812aa13c128320a3b3e77addaf762e682b0 /gdb/Makefile.in | |
parent | 96ff369d81abbd31d404d3d5e0ffd7a9d33db87b (diff) | |
download | gdb-7de5c5e275a6eedce5a17fa8c6ee619ccf0df951.zip gdb-7de5c5e275a6eedce5a17fa8c6ee619ccf0df951.tar.gz gdb-7de5c5e275a6eedce5a17fa8c6ee619ccf0df951.tar.bz2 |
* Makefile.in (VERSION): Bump to 4.13.1
* NEWS, README: Update to match gdb 4.13 release version.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 469cbdb..3ec86c3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -179,7 +179,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) \ 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.12.4 +VERSION = 4.13.1 DIST=gdb LINT=/usr/5bin/lint @@ -1161,7 +1161,7 @@ core-svr4.o: core-svr4.c $(command_h) $(defs_h) $(gdbcore_h) \ core.o: core.c $(dis-asm_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ $(inferior_h) target.h language.h -coredep.o: coredep.c $(defs_h) $(gdbcore_h) $(value_h) +coredep.o: coredep.c $(defs_h) $(gdbcore_h) $(value_h) $(inferior_h) corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ target.h thread.h |