remove srcdir from gdb.info rule
authorK. Richard Pixley <rich@cygnus>
Wed, 25 Mar 1992 07:29:45 +0000 (07:29 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 25 Mar 1992 07:29:45 +0000 (07:29 +0000)
gdb/doc/ChangeLog
gdb/doc/Makefile.in

index f3cc169..a4ad9f9 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: remove $(srcdir) from gdb.info rule.
+
 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
 
        * Makefile.in: commented out gdb-all.texinfo rule.  This is
index 7c62e16..1a858c7 100644 (file)
@@ -202,7 +202,7 @@ gdb.dvi : gdb-${CONFIG}.texi rluser.texinfo inc-hist.texi
 # cope with all the markup.  In the meantime, we distribute the info
 # files 
 gdb.info: gdb-${CONFIG}.texi
-       $(MAKEINFO) -o ./gdb.info $(srcdir)/gdb-${CONFIG}.texi
+       $(MAKEINFO) -o ./gdb.info gdb-${CONFIG}.texi
 
 # GDB MANUAL: roff translations
 # Try to use a recent texi2roff.  v2 was put on prep in jan91.