X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2FMakefile;h=2d39eb8bad9704aadf67f986e8eb727a7ce2b8c3;hb=90c02d72e5bb0ee0a9f98b12c540cca1b0c9c411;hp=aa73b16474af712640bf0c9a2a74aa3a4d867a1a;hpb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;p=helm.git 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