Revisited support for OBJDIR

This commit is contained in:
Pierre Pronchery 2014-10-31 18:16:02 +01:00
parent b221d55c6a
commit 146855f8d0

View File

@ -66,4 +66,4 @@ target="$1"
source="${target#$OBJDIR}"
APPINTERFACE="${source##*/}"
APPINTERFACE="../data/${APPINTERFACE%%.h}.interface"
$APPBROKER -o "$source" "$APPINTERFACE"
$APPBROKER -o "$target" "$APPINTERFACE"