]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add mac/ to include paths after discussion with bjh21
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 19 Nov 2002 19:36:14 +0000 (19:36 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 19 Nov 2002 19:36:14 +0000 (19:36 +0000)
[originally from svn r2229]

mkfiles.pl

index d141dea0f551ead00d6ca6a590b0195ff2372a2d..b92dcb134f1de309df1b8f6236ad8287869ed06c 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