Fix compiling without OBJDIR
This commit is contained in:
parent
fd3e628984
commit
540410341e
@ -151,7 +151,7 @@ while [ $# -gt 0 ]; do
|
||||
#create
|
||||
source="${target#$OBJDIR}"
|
||||
source="${source}.in"
|
||||
$DEBUG $MKDIR -- "${target%/*}" || exit 2
|
||||
([ -z "$OBJDIR" ] || $DEBUG $MKDIR -- "${target%/*}") || exit 2
|
||||
$DEBUG $SED -e "s;@PACKAGE@;$PACKAGE;" \
|
||||
-e "s;@VERSION@;$VERSION;" \
|
||||
-e "s;@PREFIX@;$PREFIX;" \
|
||||
|
Loading…
Reference in New Issue
Block a user