From: Enrico Tassi Date: Thu, 24 Nov 2011 16:51:15 +0000 (+0000) Subject: fixed DESTDIR X-Git-Tag: make_still_working~2065 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2ee0101ddfe48b3b4c4a3ee664924cc2bcf866f9;p=helm.git fixed DESTDIR --- diff --git a/matita/Makefile b/matita/Makefile index 0a5fc3e92..aa9323210 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -38,7 +38,7 @@ install: install-indep install-arch uninstall: $(foreach d,$(SUBDIRS),rec@uninstall@$(d)) rec@%: - $(MAKE) -C $(word 2, $(subst @, ,$*)) $(word 1, $(subst @, ,$*)) DESTDIR=$(shell pwd)/$(DESTDIR) + $(MAKE) -C $(word 2, $(subst @, ,$*)) $(word 1, $(subst @, ,$*)) DESTDIR=$(DESTDIR) # {{{ Distribution stuff