From: kristof Date: Tue, 19 Apr 2016 05:59:15 +0000 (+0200) Subject: incorrect syntax fixed X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=ce99725a1cb872dd175834340a8d1ca42c3eda37;p=deliverable%2Ftitan.core.git incorrect syntax fixed --- diff --git a/regression_test/XML/XmlWorkflow/Makefile b/regression_test/XML/XmlWorkflow/Makefile index b26d90c..cd3c4ef 100644 --- a/regression_test/XML/XmlWorkflow/Makefile +++ b/regression_test/XML/XmlWorkflow/Makefile @@ -38,7 +38,7 @@ all1: bin/Makefile $(MAKE) -C bin all run1: bin/Makefile - export LD_LIBRARY_PATH $LD_LIBRARY_PATH_ORIG:$(TOPDIR)/XML/XmlWorkflow/bin/; \ + export LD_LIBRARY_PATH $$LD_LIBRARY_PATH_ORIG:$(TOPDIR)/XML/XmlWorkflow/bin/; \ $(MAKE) -C bin run clean1: