diff options
author | DJ Delorie <dj@redhat.com> | 2002-05-31 19:30:32 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-05-31 19:30:32 +0000 |
commit | 0c2442b76ac49e54c40f015f9a07e61a9aa834d3 (patch) | |
tree | 25007fed669e5208c0d489ea67396b639b339652 | |
parent | 107c6e1ad8c5ef9406f80a1f01e8b5fb6c6c93ec (diff) | |
download | gdb-0c2442b76ac49e54c40f015f9a07e61a9aa834d3.zip gdb-0c2442b76ac49e54c40f015f9a07e61a9aa834d3.tar.gz gdb-0c2442b76ac49e54c40f015f9a07e61a9aa834d3.tar.bz2 |
* config-ml.in: Propogate DESTDIR also.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config-ml.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-05-31 Olaf Hering <olh@suse.de> + + * config-ml.in: Propogate DESTDIR also. + 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com> * configure.in (vax-*-netbsd*): Don't build gas for this diff --git a/config-ml.in b/config-ml.in index 4b1be0f..aae3f87 100644 --- a/config-ml.in +++ b/config-ml.in @@ -537,6 +537,7 @@ multi-do: LIBCFLAGS="$(LIBCFLAGS) $${flags}" \ LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \ LDFLAGS="$(LDFLAGS) $${flags}" \ + DESTDIR="$(DESTDIR)" \ $(DO)); then \ true; \ else \ |