projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890d52e
)
* Makefile.in: Honour DESTDIR.
author
Federico G. Schwindt
<fgsch@olimpo.com.br>
Thu, 9 May 2002 19:57:00 +0000
(19:57 +0000)
committer
DJ Delorie
<dj@gcc.gnu.org>
Thu, 9 May 2002 19:57:00 +0000
(15:57 -0400)
From-SVN: r53340
ChangeLog
patch
|
blob
|
history
Makefile.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 5521af50717f8882c14ab0da55373aedf807e5e9..3c19c9928c4d47caa5af3f7ffd1c312e24ff4c68 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
+
+ * Makefile.in: Honour DESTDIR.
+
2002-05-08 Mark Mitchell <mark@codesourcery.com>
* config.guess: Import 2002-03-20 version.
diff --git
a/Makefile.in
b/Makefile.in
index 70bf102fcdb0e422d746982d1cd3840b10a03ed3..12a69d3d3e6beb4983929a0446d00ff84f50f4fe 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-1826,8
+1826,8
@@
install-sid: install-tcl install-tk
### other supporting targets
MAKEDIRS= \
- $(prefix) \
- $(exec_prefix)
+ $(
DESTDIR)$(
prefix) \
+ $(
DESTDIR)$(
exec_prefix)
.PHONY: installdirs
installdirs: mkinstalldirs
$(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)