]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix FORCE target in Cygwin makefile
authorSimon Tatham <anakin@pobox.com>
Wed, 19 Jan 2000 12:11:38 +0000 (12:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 19 Jan 2000 12:11:38 +0000 (12:11 +0000)
[originally from svn r370]

mkfiles.pl

index 71fd71dd8899fa0c2f853652bcd482048a818888..ab896c5789d1ada328b50c63aa2ff9a1750d6630 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".