aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2003-09-03 18:46:52 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2003-09-03 18:46:52 +0000
commitfb72cee0adabce2f89d8fe38c29c69371f4d5f75 (patch)
treeb74e3e5aea2ab082e6e957804cd6df48fee18e66
parent3922a8c15423f7fdd5288797f83bfbc0d42d09cb (diff)
downloadfsf-binutils-gdb-fb72cee0adabce2f89d8fe38c29c69371f4d5f75.zip
fsf-binutils-gdb-fb72cee0adabce2f89d8fe38c29c69371f4d5f75.tar.gz
fsf-binutils-gdb-fb72cee0adabce2f89d8fe38c29c69371f4d5f75.tar.bz2
* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
-rw-r--r--sim/ChangeLog4
-rw-r--r--sim/Makefile.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 328801d..f850276 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -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.
diff --git a/sim/Makefile.in b/sim/Makefile.in
index 9a044f0..a46dda8 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -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)" \