MSYS ships an obsolete version of GNU make which doesn't grok
order-only prerequisites. They were used to make directories info.html, info.nr, lib. Make them ahead of time, in configure. Also fixes distclean not removing them.
This commit is contained in:
parent
0605e10c50
commit
13421c7c0e
2 changed files with 9 additions and 10 deletions
|
@ -146,6 +146,7 @@ AC_CONFIG_COMMANDS([stamp-h],
|
|||
mkdir -p `sed s/.*=// <$srcdir/sources.mk | tr ' ' '\012' \
|
||||
| sed -n '/\//s,/@<:@^/@:>@*$,,gp'| uniq`
|
||||
fi
|
||||
mkdir -p info.html info.nr lib
|
||||
>stamp-h],
|
||||
[cvs_controlled=$cvs_controlled; AWK=$AWK])
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue