Commit b70b3534 by Federico G. Schwindt Committed by DJ Delorie

* Makefile.in: Honour DESTDIR.

From-SVN: r53340
parent 890d52e8
2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
* Makefile.in: Honour DESTDIR.
2002-05-08 Mark Mitchell <mark@codesourcery.com> 2002-05-08 Mark Mitchell <mark@codesourcery.com>
* config.guess: Import 2002-03-20 version. * config.guess: Import 2002-03-20 version.
......
...@@ -1826,8 +1826,8 @@ install-sid: install-tcl install-tk ...@@ -1826,8 +1826,8 @@ install-sid: install-tcl install-tk
### other supporting targets ### other supporting targets
MAKEDIRS= \ MAKEDIRS= \
$(prefix) \ $(DESTDIR)$(prefix) \
$(exec_prefix) $(DESTDIR)$(exec_prefix)
.PHONY: installdirs .PHONY: installdirs
installdirs: mkinstalldirs installdirs: mkinstalldirs
$(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS) $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment