mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Richard's patch to fix `make clean' under Unix.
[originally from svn r2063]
This commit is contained in:
parent
8782e6a3b0
commit
60935859d5
@ -506,6 +506,6 @@ print
|
||||
"FORCE:\n".
|
||||
"\t\$(CC) \$(COMPAT) \$(FWHACK) \$(XFLAGS) \$(CFLAGS) \$(VER) -c version.c\n".
|
||||
"clean:\n".
|
||||
"\trm -f *.o *.exe\n".
|
||||
"\trm -f *.o". (join "", map { " $_" } &prognames("X")) . "\n".
|
||||
"\n";
|
||||
select STDOUT; close OUT;
|
||||
|
Loading…
Reference in New Issue
Block a user