chiark / gitweb /
Missed a vital semicolon off the Cygwin version.c makefile fragment.
authorSimon Tatham <anakin@pobox.com>
Sun, 15 May 2005 11:12:05 +0000 (11:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 15 May 2005 11:12:05 +0000 (11:12 +0000)
[originally from svn r5784]

Recipe

diff --git a/Recipe b/Recipe
index 6b101949f79ddd951e624a7b93d279f9edd5189f..9e9e048e61fc807510a1460de8d2eec8fdccf471 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