mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-15 18:17:32 -05:00
Fix FORCE target in Cygwin makefile
[originally from svn r370]
This commit is contained in:
@ -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".
|
||||
|
Reference in New Issue
Block a user