aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-05-31 19:30:32 +0000
committerDJ Delorie <dj@redhat.com>2002-05-31 19:30:32 +0000
commit0c2442b76ac49e54c40f015f9a07e61a9aa834d3 (patch)
tree25007fed669e5208c0d489ea67396b639b339652
parent107c6e1ad8c5ef9406f80a1f01e8b5fb6c6c93ec (diff)
downloadfsf-binutils-gdb-0c2442b76ac49e54c40f015f9a07e61a9aa834d3.zip
fsf-binutils-gdb-0c2442b76ac49e54c40f015f9a07e61a9aa834d3.tar.gz
fsf-binutils-gdb-0c2442b76ac49e54c40f015f9a07e61a9aa834d3.tar.bz2
* config-ml.in: Propogate DESTDIR also.
-rw-r--r--ChangeLog4
-rw-r--r--config-ml.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81f3b04..c4cffd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \