Fix making of build directories from sources.mk.
This commit is contained in:
parent
0219f68bd8
commit
f1e88b083d
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ AC_CONFIG_COMMANDS([stamp-h],
|
|||
mkdir -p `cd $srcdir && $AWK -f src/scripts/cvsfiles.awk \
|
||||
| sed -n '/\//s,/@<:@^/@:>@*$,,gp'| uniq`
|
||||
elif test -f $srcdir/sources.mk; then
|
||||
mkdir -p `sed s/.*=// <$srcdir/sources.mk \
|
||||
mkdir -p `sed s/.*=// <$srcdir/sources.mk | tr ' ' '\012' \
|
||||
| sed -n '/\//s,/@<:@^/@:>@*$,,gp'| uniq`
|
||||
fi
|
||||
>stamp-h],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue