From 8095873ae4784f3b8f9fa014b965fac51a9579c3 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Thu, 29 Jun 2017 09:54:17 +0100 Subject: [PATCH] fixup config recheeck to avoid recursion --- GNUmakefile.postamble | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index 615b96b..4fe0ae2 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -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