From 01d5d9441eef60b246eb93222c7c7e74de6e4877 Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Tue, 8 Feb 2000 03:14:58 +0000 Subject: [PATCH] Fixed ProfilerLib path for CW5 --- build/mac/NGLayoutBuildList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index 5b935a7c892e..2f382d5dfb2f 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -593,7 +593,7 @@ sub MakeLibAliases() if ($main::PROFILE) { my($profilerlibpath) = $appath; - $profilerlibpath =~ s/[^:]*$/MacOS Support:Libraries:Profiler Common:ProfilerLib/; + $profilerlibpath =~ s/[^:]*$/MacOS Support:Profiler:Profiler Common:ProfilerLib/; MakeAlias("$profilerlibpath", "$dist_dir"."Essential Files:"); } }