From: Enrico Tassi Date: Thu, 24 Nov 2011 16:51:24 +0000 (+0000) Subject: fixed DESTDIR X-Git-Tag: make_still_working~2064 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=6d31b4fb75d8ae3b898790e56aa9694fed12d040 fixed DESTDIR --- diff --git a/matitaB/Makefile b/matitaB/Makefile index aa73b1647..2d39eb8ba 100644 --- a/matitaB/Makefile +++ b/matitaB/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