Honour DESTDIR

This commit is contained in:
Nick Clifton 2002-05-07 17:22:14 +00:00
parent 795b46cf8f
commit b5cc066812
2 changed files with 6 additions and 2 deletions

View File

@ -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

View 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)