]> matita.cs.unibo.it Git - helm.git/commitdiff
fixed DESTDIR
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 24 Nov 2011 16:51:24 +0000 (16:51 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 24 Nov 2011 16:51:24 +0000 (16:51 +0000)
matitaB/Makefile

index aa73b16474af712640bf0c9a2a74aa3a4d867a1a..2d39eb8bad9704aadf67f986e8eb727a7ce2b8c3 100644 (file)
@@ -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