shithub: puzzles

Download patch

ref: aa1185f3f584af41770498de7dfe27071374f9bd
parent: 3dfeadd7389c0dc7b54be7ab3ad201ea6b98b5b4
author: Simon Tatham <anakin@pobox.com>
date: Sun May 15 07:12:05 EDT 2005

Missed a vital semicolon off the Cygwin version.c makefile fragment.

[originally from svn r5784]

--- a/Recipe
+++ b/Recipe
@@ -92,7 +92,7 @@
 !end
 !specialobj vc version
 !begin cygwin
-version.o: FORCE
+version.o: FORCE;
 FORCE:
 	$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c version.c
 !end