Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Another patch from Colin, providing a "make distclean" target in the
Browse files Browse the repository at this point in the history
autoconf makefile.


git-svn-id: svn://svn.tartarus.org/sgt/putty@8401 cda61777-01e9-0310-a592-d414129be87e
  • Loading branch information
simon committed Jan 8, 2009
1 parent c407e14 commit 64b7adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkfiles.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,9 @@ sub manpages {
print $makefile_extra{'gtk'}->{'end'};
print "\nclean:\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";
select STDOUT; close OUT;
}
Expand Down

0 comments on commit 64b7adb

Please sign in to comment.