mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-13 00:58:06 -05:00
Fix FORCE target in Cygwin makefile
[originally from svn r370]
This commit is contained in:
parent
debba4b8b1
commit
21d2f97597
@ -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".
|
||||
|
Loading…
x
Reference in New Issue
Block a user