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