Missed a vital semicolon off the Cygwin version.c makefile fragment.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 15 May 2005 11:12:05 +0000 (11:12 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 15 May 2005 11:12:05 +0000 (11:12 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5784 cda61777-01e9-0310-a592-d414129be87e

Recipe

diff --git a/Recipe b/Recipe
index 6b10194..9e9e048 100644 (file)
--- 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