aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2014-05-09 21:07:43 -0400
committerSamuel Bronson <naesten@gmail.com>2014-05-09 23:16:33 -0400
commite20bd8f437879624de168bb2fe39383b045565a5 (patch)
tree5b9717db7adc1efac1da4a43198dfc18d468f434 /gdb/doc/Makefile.in
parenteae25ec5773e12af107e65fcf0c94a54bc5180ae (diff)
downloadbinutils-e20bd8f437879624de168bb2fe39383b045565a5.zip
binutils-e20bd8f437879624de168bb2fe39383b045565a5.tar.gz
binutils-e20bd8f437879624de168bb2fe39383b045565a5.tar.bz2
Add obviously forgotten "PACKAGE = @PACKAGE@" to gdb/doc/Makefile.in
* gdb/doc/Makefile.in (PACKAGE): Copy from ../Makefile.in in case of "make -C".
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r--gdb/doc/Makefile.in3
1 files changed, 3 insertions, 0 deletions
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@