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

This might be a better style

parent be322ff7
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ all1: bin/Makefile
$(MAKE) -C bin all
run1: bin/Makefile
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH_ORIG:$(ABS_SRC)/XmlWorkflow/bin/; \
$(MAKE) -C bin run
clean1:
......@@ -53,7 +52,6 @@ all2: bin2/Makefile
$(MAKE) -C bin2 all
run2: bin2/Makefile
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH_ORIG:$(ABS_SRC)/XmlWorkflow/bin2/; \
$(MAKE) -C bin2 run
clean2:
......
......@@ -134,6 +134,7 @@ while (<MAKEFILE_IN>) {
TOPDIR := ../../..
include ../../../Makefile.regression
export PATH:=\$(TTCN3_DIR)/bin:\$(PATH)
export LD_LIBRARY_PATH:=\$(LD_LIBRARY_PATH):\$(ABS_SRC)/XmlWorkflow/bin:\$(TTCN3_DIR)/lib
MKF
}
}
......
......@@ -131,6 +131,7 @@ while (<MAKEFILE_IN>) {
TOPDIR := ../../..
include ../../../Makefile.regression
export PATH:=\$(TTCN3_DIR)/bin:\$(PATH)
export LD_LIBRARY_PATH:=\$(LD_LIBRARY_PATH):\$(ABS_SRC)/XmlWorkflow/bin:\$(TTCN3_DIR)/lib
MKF
}
}
......
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