Fix FORCE target in Cygwin makefile
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 19 Jan 2000 12:11:38 +0000 (12:11 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 19 Jan 2000 12:11:38 +0000 (12:11 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@370 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index 71fd71d..ab896c5 100755 (executable)
@@ -94,7 +94,7 @@ foreach $p (@projects) {
 print $store{"dependencies"};
 print
 "\n".
-"version.o: FORCE\n".
+"version.o: FORCE;\n".
 "# Hack to force version.o to be rebuilt always\n".
 "FORCE:\n".
 "\t\$(CC) \$(FWHACK) \$(CFLAGS) \$(VER) -c version.c\n\n".