]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add plain-Unix binaries to the `make clean' list in the OS X makefile.
authorSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2005 18:35:30 +0000 (18:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2005 18:35:30 +0000 (18:35 +0000)
[originally from svn r5345]

mkfiles.pl

index 17a63a6b37e2ac72913acb860f9132a92de96229..f78f67f5e47a9ed27469ecade9da82159a0ccc3c 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;
 }