This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit][obvious] Add obviously forgotten "PACKAGE = @PACKAGE@" to gdb/doc/Makefile.in
- From: Samuel Bronson <naesten at gmail dot com>
- To: gdb-patches at sourceware dot org
- Cc: Samuel Bronson <naesten at gmail dot com>
- Date: Mon, 19 May 2014 18:50:24 -0400
- Subject: [commit][obvious] Add obviously forgotten "PACKAGE = @PACKAGE@" to gdb/doc/Makefile.in
- Authentication-results: sourceware.org; auth=none
* gdb/doc/Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
"make -C".
---
gdb/doc/ChangeLog | 5 +++++
gdb/doc/Makefile.in | 3 +++
2 files changed, 8 insertions(+)
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 1dee68a..7c1d1bb 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-09 Samuel Bronson <naesten@gmail.com>
+
+ * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
+ "make -C".
+
2014-04-29 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index c2360dd..c9c8c85 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -63,6 +63,9 @@ TEXI2ROFF=texi2roff
# where to find texi2dvi, ditto
TEXI2DVI=texi2dvi
+# Package to install the docs under
+PACKAGE = @PACKAGE@
+
# Package version and bug-reporting URL.
PKGVERSION = @PKGVERSION@
BUGURL_TEXI = @REPORT_BUGS_TEXI@
--
1.9.2