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:
Jakub Jelinek 2007-03-14 13:58:23 +01:00 committed by Jakub Jelinek
parent 3ea04f082b
commit 28c3de6487
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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)" \

View File

@ -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)" \