fix Makefile
authorLoic & Edelberto <loic.baron@lip6.fr>
Thu, 13 Mar 2014 13:35:48 +0000 (10:35 -0300)
committerLoic & Edelberto <loic.baron@lip6.fr>
Thu, 13 Mar 2014 13:35:48 +0000 (10:35 -0300)
Makefile

index 34a9b0f..69725db 100644 (file)
--- 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