Skip to content
Snippets Groups Projects
Commit ce99725a authored by Kristof Szabados's avatar Kristof Szabados
Browse files

incorrect syntax fixed

parent 2d037427
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment