aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Hering <olh@suse.de>2002-05-31 19:30:52 +0000
committerDJ Delorie <dj@gcc.gnu.org>2002-05-31 15:30:52 -0400
commitfe2fe4972bf560dcea866fb29133d6126672594e (patch)
tree14957a10945be1346f0b13467350f03988971985
parent15e6136e1da260ffbcc0b61a2ab824492a96ee9e (diff)
downloadgcc-fe2fe4972bf560dcea866fb29133d6126672594e.zip
gcc-fe2fe4972bf560dcea866fb29133d6126672594e.tar.gz
gcc-fe2fe4972bf560dcea866fb29133d6126672594e.tar.bz2
* config-ml.in: Propogate DESTDIR also.
From-SVN: r54114
-rw-r--r--ChangeLog4
-rw-r--r--config-ml.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32b0a1f..7fb1a96 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 8a000d3..5692fb3 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -555,6 +555,7 @@ multi-do:
LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
LDFLAGS="$(LDFLAGS) $${flags}" \
+ DESTDIR="$(DESTDIR)" \
$(DO)); then \
true; \
else \