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