Makefile.am (AM_MAKEFLAGS): Pass through mandir.
* Makefile.am (AM_MAKEFLAGS): Pass through mandir. * Makefile.in: Rebuilt. From-SVN: r122919
This commit is contained in:
parent
3ea04f082b
commit
28c3de6487
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* Makefile.am (AM_MAKEFLAGS): Pass through mandir.
|
||||
* Makefile.in: Rebuilt.
|
||||
|
||||
2007-03-13 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* include/java-interp.h (_Jv_InterpClass): Declare
|
||||
|
|
|
@ -1085,6 +1085,7 @@ AM_MAKEFLAGS = \
|
|||
"exec_prefix=$(exec_prefix)" \
|
||||
"infodir=$(infodir)" \
|
||||
"libdir=$(libdir)" \
|
||||
"mandir=$(mandir)" \
|
||||
"prefix=$(prefix)" \
|
||||
"gxx_include_dir=$(gxx_include_dir)" \
|
||||
"AR=$(AR)" \
|
||||
|
|
|
@ -8081,6 +8081,7 @@ AM_MAKEFLAGS = \
|
|||
"exec_prefix=$(exec_prefix)" \
|
||||
"infodir=$(infodir)" \
|
||||
"libdir=$(libdir)" \
|
||||
"mandir=$(mandir)" \
|
||||
"prefix=$(prefix)" \
|
||||
"gxx_include_dir=$(gxx_include_dir)" \
|
||||
"AR=$(AR)" \
|
||||
|
|
Loading…
Add table
Reference in a new issue