mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Another patch from Colin, providing a "make distclean" target in the
autoconf makefile. [originally from svn r8401]
This commit is contained in:
parent
1bb22cfa1f
commit
6d9f007684
@ -1048,6 +1048,9 @@ if (defined $makefiles{'ac'}) {
|
|||||||
print $makefile_extra{'gtk'}->{'end'};
|
print $makefile_extra{'gtk'}->{'end'};
|
||||||
print "\nclean:\n".
|
print "\nclean:\n".
|
||||||
"\trm -f *.o". (join "", map { " $_" } &progrealnames("X:U")) . "\n";
|
"\trm -f *.o". (join "", map { " $_" } &progrealnames("X:U")) . "\n";
|
||||||
|
print "\ndistclean: clean\n".
|
||||||
|
"\t". &splitline("rm -f config.status config.cache config.log ".
|
||||||
|
"configure.lineno config.status.lineno Makefile") . "\n";
|
||||||
print "\nFORCE:\n";
|
print "\nFORCE:\n";
|
||||||
select STDOUT; close OUT;
|
select STDOUT; close OUT;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user