fixing redness in mac - cut off part of a line by accident before in MozillaBuildList.pm

git-svn-id: svn://10.0.0.236/trunk@116602 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shliang%netscape.com 2002-03-15 00:16:08 +00:00
parent 2a691ad4e6
commit 35f2111085

View File

@ -2258,7 +2258,7 @@ sub BuildMailNewsProjects()
BuildOneProject(":mozilla:mailnews:mime:cthandlers:smimestub:macbuild:smime.xml", "smime$D.$S", 1, $main::ALIAS_SYM_FILES, 1);
}
if ($main::options{mdn}) {
InstallResources(":mozilla:mailnews:extensions:mdn:src:MANIFEST",
InstallResources(":mozilla:mailnews:extensions:mdn:src:MANIFEST", "${dist_dir}Components");
}
EndBuildModule("mailnews");
}