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

[originally from svn r5784]
This commit is contained in:
Simon Tatham
2005-05-15 11:12:05 +00:00
parent 3dfeadd738
commit aa1185f3f5

2
Recipe
View File

@ -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