Add plain-Unix binaries to the `make clean' list in the OS X makefile.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2005 18:35:30 +0000 (18:35 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2005 18:35:30 +0000 (18:35 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5345 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index 17a63a6..f78f67f 100755 (executable)
@@ -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;
 }