From 9fbe93f5329bbd153a1f7dd3c70e0a54a211feae Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 13 Dec 2017 00:39:44 +0100 Subject: regen_makefile.sh: Fix TITAN 6.1.0 support When introducing the rewriting for 6.3.0 we broke the 6.1.0 support. Now the result should build on Debian with both 6.1.0 and 6.3.0 Change-Id: I263a6abd2d9eb15ce5778ef8dbfcdac2a228b77d --- bsc-nat/regen_makefile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsc-nat') diff --git a/bsc-nat/regen_makefile.sh b/bsc-nat/regen_makefile.sh index 6fb3ca4a..6d0ac127 100755 --- a/bsc-nat/regen_makefile.sh +++ b/bsc-nat/regen_makefile.sh @@ -11,5 +11,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 -- cgit v1.2.3