diff options
Diffstat (limited to 'ggsn_tests')
-rwxr-xr-x | ggsn_tests/regen_makefile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggsn_tests/regen_makefile.sh b/ggsn_tests/regen_makefile.sh index b3e6332..cd2d95a 100755 --- a/ggsn_tests/regen_makefile.sh +++ b/ggsn_tests/regen_makefile.sh @@ -9,5 +9,5 @@ sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan /' Makefile sed -i -e 's/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include -I\/usr\/include\/titan/' Makefile # for TITAN 6.3.0 -sed -i -e 's/TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile +sed -i -e 's/TTCN3_DIR = $/TTCN3_DIR = \/usr/' Makefile sed -i -e 's/\/bin\/compiler/\/bin\/ttcn3_compiler/' Makefile |