Commit 7a94b1b9 authored by dj's avatar dj
Browse files

* Makefile.in: Honour DESTDIR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53340 138bc75d-0d04-0410-961f-82ee72b054a4
parent 2e72479d
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.
......
......@@ -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)
......
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