* Makefile.in: Honour DESTDIR.
authorFederico G. Schwindt <fgsch@olimpo.com.br>
Thu, 9 May 2002 19:57:00 +0000 (19:57 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 9 May 2002 19:57:00 +0000 (15:57 -0400)
From-SVN: r53340

ChangeLog
Makefile.in

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.
index 70bf102fcdb0e422d746982d1cd3840b10a03ed3..12a69d3d3e6beb4983929a0446d00ff84f50f4fe 100644 (file)
@@ -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)