diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-05-29 13:44:12 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-05-29 13:44:12 +0000 |
| commit | 0a4c832e9bf37ce3f153e40ea7892d436d4ea7ba (patch) | |
| tree | 67cfa1192f91a7ee88a2df6db3c62b3ead4bf05a /Recipe | |
| parent | 19fa275b6a92d8c17a68bc4180985c98a145c33a (diff) | |
| download | puzzles-0a4c832e9bf37ce3f153e40ea7892d436d4ea7ba.zip puzzles-0a4c832e9bf37ce3f153e40ea7892d436d4ea7ba.tar.gz puzzles-0a4c832e9bf37ce3f153e40ea7892d436d4ea7ba.tar.bz2 puzzles-0a4c832e9bf37ce3f153e40ea7892d436d4ea7ba.tar.xz | |
Make mkfiles.pl clean under 'perl -w'. Fixes one minor bug in the
output (a comment from Recipe mistakenly got into the Unix
makefile); more importantly, lets mkfiles.pl run in up-to-date Perls
(where implicit split to @_ is now obsolete).
[originally from svn r8957]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ version2.def: FORCE mv version2.def.new version2.def; \ fi .PHONY: FORCE +!end !specialobj osx version # make install for Unix. |