From aa1185f3f584af41770498de7dfe27071374f9bd Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 15 May 2005 11:12:05 +0000 Subject: [PATCH] Missed a vital semicolon off the Cygwin version.c makefile fragment. [originally from svn r5784] --- Recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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