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