aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo/regen_makefile.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-13 00:39:44 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-13 00:50:11 +0100
commit9fbe93f5329bbd153a1f7dd3c70e0a54a211feae (patch)
tree45f9aec718ac8b55c5f4e188939c0b37af259b30 /sysinfo/regen_makefile.sh
parent2a83b0ffcb7621059ef41ae4e048dc76127798ba (diff)
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
Diffstat (limited to 'sysinfo/regen_makefile.sh')
-rwxr-xr-xsysinfo/regen_makefile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfo/regen_makefile.sh b/sysinfo/regen_makefile.sh
index 1042090c..e06b8f50 100755
--- a/sysinfo/regen_makefile.sh
+++ b/sysinfo/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