Honour DESTDIR
This commit is contained in:
parent
795b46cf8f
commit
b5cc066812
|
@ -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
|
||||
|
|
|
@ -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