diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index c7bfdb9..46c0283 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -70,7 +70,7 @@ back.make: back.make.in Version configure config.mak: config.mak.in configure if [ -x config.status ]; then \ - ./config.status --recheck && ./config.status \ + ./config.status --recheck && ./config.status; \ else \ ./configure; \ fi