Skip to content

Commit

Permalink
2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
Browse files Browse the repository at this point in the history
	* config-ml.in: Propagate INSTALL variables.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66534 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
bkoz committed May 6, 2003
1 parent 3c1d6bb commit 26e253a
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@
2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>

* config-ml.in: Propagate INSTALL variables.

2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>

* MAINTAINERS: Remove duplicate entries in Write After Approval.
Expand Down
4 changes: 4 additions & 0 deletions config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ multi-do:
LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
LDFLAGS="$(LDFLAGS) $${flags}" \
DESTDIR="$(DESTDIR)" \
INSTALL="$(INSTALL)" \
INSTALL_DATA="$(INSTALL_DATA)" \
INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
INSTALL_SCRIPT="$(INSTALL_SCRIPT)" \
$(DO)); then \
true; \
else \
Expand Down

0 comments on commit 26e253a

Please sign in to comment.