]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/Makefile
fixed DESTDIR
[helm.git] / 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