fixup config recheeck to avoid recursion

This commit is contained in:
Richard Frith-Macdonald 2017-06-29 09:54:17 +01:00
parent 23d6fea4b1
commit 8095873ae4

View file

@ -69,6 +69,7 @@ after-distclean::
config.make: config.make.in
if [ -x config.status ]; then \
./config.status --recheck; \
touch config.make; \
else \
./configure; \
fi