ttcn3_makefilegen: Generate gnu make files (we use Linux...)

Change-Id: I21de4dd375139ad24c742c12a948f7ba0b0ade76
This commit is contained in:
Harald Welte 2020-03-01 22:44:55 +01:00
parent 4895d7a1d3
commit 9d09c4d3fd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if [ -z "$USE_CCACHE" ] && which ccache 2>/dev/null; then
USE_CCACHE=1
fi
ttcn3_makefilegen -p -l -U 5 -f $*
ttcn3_makefilegen -g -p -l -U 5 -f $*
TITAN_VERSION=$(ttcn3_makefilegen -v 2>&1 |grep "Product number" |cut --delimiter="/" -f 2-| sed -e "s/[A-Z ]//g")