From: Olaf Hering Date: Fri, 31 May 2002 19:30:52 +0000 (+0000) Subject: * config-ml.in: Propogate DESTDIR also. X-Git-Tag: releases/gcc-3.3.0~4661 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe2fe4972bf560dcea866fb29133d6126672594e;p=thirdparty%2Fgcc.git * config-ml.in: Propogate DESTDIR also. From-SVN: r54114 --- diff --git a/ChangeLog b/ChangeLog index 32b0a1f97999..7fb1a96c9c48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-31 Olaf Hering + + * config-ml.in: Propogate DESTDIR also. + 2002-05-29 Jason Thorpe * configure.in (vax-*-netbsd*): Don't build gas for this diff --git a/config-ml.in b/config-ml.in index 8a000d30d3aa..5692fb33a466 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 \