aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)" \