mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
Add obviously forgotten "PACKAGE = @PACKAGE@" to gdb/doc/Makefile.in
* gdb/doc/Makefile.in (PACKAGE): Copy from ../Makefile.in in case of "make -C".
This commit is contained in:
parent
eae25ec577
commit
e20bd8f437
@ -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
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user