Added partial support for OBJDIR
This commit is contained in:
parent
e7881148d6
commit
35c5278d8a
@ -62,7 +62,8 @@ fi
|
||||
|
||||
[ "$clean" -ne 0 ] && exit 0
|
||||
|
||||
APPINTERFACE="$1"
|
||||
APPINTERFACE="${APPINTERFACE##*/}"
|
||||
target="$1"
|
||||
source="${target#$OBJDIR}"
|
||||
APPINTERFACE="${source##*/}"
|
||||
APPINTERFACE="../data/${APPINTERFACE%%.h}.interface"
|
||||
$APPBROKER -o "$1" "$APPINTERFACE"
|
||||
$APPBROKER -o "$source" "$APPINTERFACE"
|
||||
|
Loading…
Reference in New Issue
Block a user