* Makefile.in: Honour DESTDIR.
From-SVN: r53340
This commit is contained in:
parent
890d52e81b
commit
b70b3534fa
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user