* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).

This commit is contained in:
Andreas Schwab 2003-09-03 18:46:52 +00:00
parent 3922a8c154
commit fb72cee0ad
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-09-03 Andreas Schwab <schwab@suse.de>
* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
2003-08-29 Dave Brolley <brolley@redhat.com>
* MAINTAINERS: Add myself as maintainer of the FRV port.

View File

@ -85,6 +85,8 @@ RUNTESTFLAGS=
FLAGS_TO_PASS = \
"prefix=$(prefix)" \
"exec_prefix=$(exec_prefix)" \
"bindir=$(bindir)" \
"mandir=$(mandir)" \
"against=$(against)" \
"AR=$(AR)" \
"AR_FLAGS=$(AR_FLAGS)" \