aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-03-25 07:29:45 +0000
committerK. Richard Pixley <rich@cygnus>1992-03-25 07:29:45 +0000
commitc0abb570d7872d4c8727f28606549ff6b35e9a75 (patch)
tree1789030aca61287dc1f0210fc6c2935668ffc925
parenta00d0abd6f17cd12d10bed7f05258f074a22827f (diff)
downloadgdb-c0abb570d7872d4c8727f28606549ff6b35e9a75.zip
gdb-c0abb570d7872d4c8727f28606549ff6b35e9a75.tar.gz
gdb-c0abb570d7872d4c8727f28606549ff6b35e9a75.tar.bz2
remove srcdir from gdb.info rule
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f3cc169..a4ad9f9 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index 7c62e16..1a858c7 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -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.