OSDN Git Service

* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
authorAndreas Schwab <schwab@suse.de>
Wed, 3 Sep 2003 18:46:52 +0000 (18:46 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 3 Sep 2003 18:46:52 +0000 (18:46 +0000)
sim/ChangeLog
sim/Makefile.in

index 328801d..f850276 100644 (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.
index 9a044f0..a46dda8 100644 (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)" \