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

a new try at breaking recursivity

parent 0b4ea1df
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ while (<MAKEFILE_IN>) {
TOPDIR := ../../..
include ../../../Makefile.regression
export PATH:=\$(TTCN3_DIR)/bin:\$(PATH)
export LD_LIBRARY_PATH:=\$(ABS_SRC):\$(TTCN3_DIR)/lib:\$(LD_LIBRARY_PATH)
export LD_LIBRARY_PATH:=\$(ABS_SRC):\$(TTCN3_DIR)/lib
MKF
}
}
......
......@@ -131,7 +131,7 @@ while (<MAKEFILE_IN>) {
TOPDIR := ../../..
include ../../../Makefile.regression
export PATH:=\$(TTCN3_DIR)/bin:\$(PATH)
export LD_LIBRARY_PATH:=\$(ABS_SRC):\$(TTCN3_DIR)/lib:\$(LD_LIBRARY_PATH)
export LD_LIBRARY_PATH:=\$(ABS_SRC):\$(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