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]
This commit is contained in:
Simon Tatham
2010-05-29 13:44:12 +00:00
parent 19fa275b6a
commit 0a4c832e9b
2 changed files with 28 additions and 21 deletions

1
Recipe
View File

@ -169,6 +169,7 @@ version2.def: FORCE
mv version2.def.new version2.def; \
fi
.PHONY: FORCE
!end
!specialobj osx version
# make install for Unix.