X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/c057c1010e53f8f5ef00c2ffa77656d6f04ec6d3..1d3a7ff684c36162124901504e62a4c6d48ead2f:/GNUmakefile?ds=inline diff --git a/GNUmakefile b/GNUmakefile index e4ebc99..30e061b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ agedu: config.h $(AGEDU_OBJS) gcc $(LFLAGS) -o agedu $(AGEDU_OBJS) config.h: configure - ./configure -q + ./configure -q && touch config.h rm -f Makefile # we keep using _this_ Makefile configure: configure.ac