mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-17 11:00:59 -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 $store{"dependencies"};
|
||||||
print
|
print
|
||||||
"\n".
|
"\n".
|
||||||
"version.o: FORCE\n".
|
"version.o: FORCE;\n".
|
||||||
"# Hack to force version.o to be rebuilt always\n".
|
"# Hack to force version.o to be rebuilt always\n".
|
||||||
"FORCE:\n".
|
"FORCE:\n".
|
||||||
"\t\$(CC) \$(FWHACK) \$(CFLAGS) \$(VER) -c version.c\n\n".
|
"\t\$(CC) \$(FWHACK) \$(CFLAGS) \$(VER) -c version.c\n\n".
|
||||||
|
Reference in New Issue
Block a user