Add mac/ to include paths after discussion with bjh21
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Nov 2002 19:36:14 +0000 (19:36 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Nov 2002 19:36:14 +0000 (19:36 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2229 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index d141dea..b92dcb1 100755 (executable)
@@ -11,7 +11,7 @@ use FileHandle;
 
 open IN, "Recipe" or die "unable to open Recipe file\n";
 
-@incdirs = ("", "unix/");
+@incdirs = ("", "unix/", "mac/");
 
 $help = ""; # list of newline-free lines of help text
 %programs = (); # maps prog name + type letter to listref of objects/resources