]> sourceware.org Git - newlib-cygwin.git/commitdiff
Honour DESTDIR
authorNick Clifton <nickc@redhat.com>
Tue, 7 May 2002 17:22:14 +0000 (17:22 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 7 May 2002 17:22:14 +0000 (17:22 +0000)
ChangeLog
Makefile.in

index 3a200afb31d1454c7780a8bb24ea2fd9f82d71bd..03be90061c251327d6463667633621230b14cb8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
+
+       * Makefile.in: Honour DESTDIR.
+
 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure.in (noconfigdirs): Don't disable libgcj on
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)
This page took 0.040296 seconds and 5 git commands to generate.