From 4da0df26ecc7bdb2b8935cd4e14d80b26a9bebf8 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 18 Feb 2005 18:35:30 +0000 Subject: [PATCH] Add plain-Unix binaries to the `make clean' list in the OS X makefile. git-svn-id: svn://svn.tartarus.org/sgt/putty@5345 cda61777-01e9-0310-a592-d414129be87e --- mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfiles.pl b/mkfiles.pl index 17a63a6b..f78f67f5 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -1200,7 +1200,7 @@ if (defined $makefiles{'osx'}) { } } print "\nclean:\n". - "\trm -f *.o *.dmg\n". + "\trm -f *.o *.dmg". (join "", map { " $_" } &progrealnames("U")) . "\n"; "\trm -rf *.app\n"; select STDOUT; close OUT; } -- 2.11.0