diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2003-09-03 18:46:52 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2003-09-03 18:46:52 +0000 |
commit | fb72cee0adabce2f89d8fe38c29c69371f4d5f75 (patch) | |
tree | b74e3e5aea2ab082e6e957804cd6df48fee18e66 /sim | |
parent | 3922a8c15423f7fdd5288797f83bfbc0d42d09cb (diff) | |
download | gdb-fb72cee0adabce2f89d8fe38c29c69371f4d5f75.zip gdb-fb72cee0adabce2f89d8fe38c29c69371f4d5f75.tar.gz gdb-fb72cee0adabce2f89d8fe38c29c69371f4d5f75.tar.bz2 |
* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ChangeLog | 4 | ||||
-rw-r--r-- | sim/Makefile.in | 2 |
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)" \ |