From: Simon Tatham 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: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=aa1185f3f584af41770498de7dfe27071374f9bd;p=sgt-puzzles.git Missed a vital semicolon off the Cygwin version.c makefile fragment. [originally from svn r5784] --- 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