From: Samuel Bronson Date: Sat, 10 May 2014 01:07:43 +0000 (-0400) Subject: Add obviously forgotten "PACKAGE = @PACKAGE@" to gdb/doc/Makefile.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e20bd8f437879624de168bb2fe39383b045565a5;p=binutils-gdb.git Add obviously forgotten "PACKAGE = @PACKAGE@" to gdb/doc/Makefile.in * gdb/doc/Makefile.in (PACKAGE): Copy from ../Makefile.in in case of "make -C". --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1dee68aec8d..7c1d1bb4bd8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-05-09 Samuel Bronson + + * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of + "make -C". + 2014-04-29 Tom Tromey * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index c2360dd2157..c9c8c85d6a2 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@