* Makefile.in (VERSION): Roll to 4.7.5.
authorJohn Gilmore <gnu@cygnus>
Wed, 3 Feb 1993 22:49:32 +0000 (22:49 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 3 Feb 1993 22:49:32 +0000 (22:49 +0000)
(gdb.info):  Ignore error from makeinfo (FIXME), since makeinfo
isn't quite up to date to handle gdb.texi.

gdb/ChangeLog
gdb/Makefile.in

index 7099d94c94cfec8be599011c87f515aa03a51167..901cb1f911064787a9cf80df9b4e44bc5470d648 100644 (file)
@@ -1,3 +1,9 @@
+Wed Feb  3 14:48:08 1993  John Gilmore  (gnu@cygnus.com)
+
+       * Makefile.in (VERSION):  Roll to 4.7.5.
+       (gdb.info):  Ignore error from makeinfo (FIXME), since makeinfo
+       isn't quite up to date to handle gdb.texi.
+
 Tue Feb  2 20:47:42 1993  John Gilmore  (gnu@cygnus.com)
 
        * breakpoint.c (breakpoint_re_set_one):  Handle watchpoints when
index e20f9d2e90bddff47dcad441462eada50274f25a..4d0c0188aa5751b15752ae5057ca27001389a864 100644 (file)
@@ -163,7 +163,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \
 ADD_FILES = ${REGEX} ${ALLOCA}  ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
 
-VERSION = 4.7.4
+VERSION = 4.7.5
 DIST=gdb
 
 LINT=/usr/5bin/lint
@@ -664,7 +664,7 @@ gdb.dvi:
 
 # GDB MANUAL: info file
 gdb.info:
-       ( cd ./doc; $(MAKE) gdb.info $(FLAGS_TO_PASS) )
+       -( cd ./doc; $(MAKE) gdb.info $(FLAGS_TO_PASS) )
        mv ./doc/gdb.info* .
 
 # Make copying.c from COPYING