From 0a4c832e9bf37ce3f153e40ea7892d436d4ea7ba Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 29 May 2010 13:44:12 +0000 Subject: 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] --- Recipe | 1 + 1 file changed, 1 insertion(+) (limited to 'Recipe') diff --git a/Recipe b/Recipe index 7907a2e..31b7008 100644 --- a/Recipe +++ b/Recipe @@ -169,6 +169,7 @@ version2.def: FORCE mv version2.def.new version2.def; \ fi .PHONY: FORCE +!end !specialobj osx version # make install for Unix. -- cgit v1.1