Skip to content

Commit

Permalink
* config-ml.in: Propogate DESTDIR also.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54114 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
dj committed May 31, 2002
1 parent 7d66afa commit 33327ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ multi-do:
LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
LDFLAGS="$(LDFLAGS) $${flags}" \
DESTDIR="$(DESTDIR)" \
$(DO)); then \
true; \
else \
Expand Down

0 comments on commit 33327ce

Please sign in to comment.