Add obviously forgotten "PACKAGE = @PACKAGE@" to gdb/doc/Makefile.in
authorSamuel Bronson <naesten@gmail.com>
Sat, 10 May 2014 01:07:43 +0000 (21:07 -0400)
committerSamuel Bronson <naesten@gmail.com>
Sat, 10 May 2014 03:16:33 +0000 (23:16 -0400)
* gdb/doc/Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
"make -C".

gdb/doc/ChangeLog
gdb/doc/Makefile.in

index 1dee68aec8d586ec7345c9bb6ed800d891854e35..7c1d1bb4bd8487208797219e08edee632a8a3f03 100644 (file)
@@ -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
index c2360dd21570be7fae8cc6483d0c9f2e53460a54..c9c8c85d6a243caf78a6586dcb8ba6990def0527 100644 (file)
@@ -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@
This page took 0.030685 seconds and 4 git commands to generate.