From 2ee0101ddfe48b3b4c4a3ee664924cc2bcf866f9 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 24 Nov 2011 16:51:15 +0000 Subject: [PATCH] fixed DESTDIR --- matita/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2