From: simon Date: Sun, 15 May 2005 11:12:05 +0000 (+0000) Subject: Missed a vital semicolon off the Cygwin version.c makefile fragment. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/36d01ffa8154db198db95b4cc3f788a430c7fee2 Missed a vital semicolon off the Cygwin version.c makefile fragment. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5784 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Recipe b/Recipe index 6b10194..9e9e048 100644 --- a/Recipe +++ b/Recipe @@ -92,7 +92,7 @@ version.obj: *.c *.h !end !specialobj vc version !begin cygwin -version.o: FORCE +version.o: FORCE; FORCE: $(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c version.c !end