From: Loic & Edelberto Date: Thu, 13 Mar 2014 13:35:48 +0000 (-0300) Subject: fix Makefile X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=93292c5ec48fd2925af2ce179a60262b948a44ac;p=myslice.git fix Makefile --- diff --git a/Makefile b/Makefile index 34a9b0f9..69725db5 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ list-templates: plugins-templates local-templates #################### manage templates for the plugin area templates: force @mkdir -p templates - ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),../$(x)) ./templates + ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),"../$(x)") ./templates clean-templates templates-clean: force rm -rf ./templates