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>
|
2002-05-05 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* configure.in (noconfigdirs): Don't disable libgcj on
|
* configure.in (noconfigdirs): Don't disable libgcj on
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user