From 615f7a0d1a583fb4ca42609e8226863e0c3c30a7 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 19 Nov 2002 19:36:14 +0000 Subject: [PATCH] Add mac/ to include paths after discussion with bjh21 git-svn-id: svn://svn.tartarus.org/sgt/putty@2229 cda61777-01e9-0310-a592-d414129be87e --- mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfiles.pl b/mkfiles.pl index d141dea0..b92dcb13 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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 -- 2.11.0