From eb58bd0d78c2505425047dd3ed7acd9aebf73b52 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Thu, 29 Jun 2017 09:57:04 +0100 Subject: [PATCH] improve last fix --- GNUmakefile.postamble | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index 4fe0ae2..1949eb3 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -66,10 +66,9 @@ after-distclean:: # Things to do after checking # after-check:: -config.make: config.make.in +config.make: config.status if [ -x config.status ]; then \ ./config.status --recheck; \ - touch config.make; \ else \ ./configure; \ fi