From 069c1efa39e3bed146a3e70af796e6a70cf2f67e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 16 Jul 2012 16:41:28 +0200 Subject: [PATCH] Fix typo deliver had always ignored the missing "3" in the target anyway, delivering any libfreebl3.* from the source dir to the exact same name in the target dir. (And scp2/source/ooo/file_library_ooo.scp indeed expects the file to be named freebl3 with the "3"). This appears to be a harmless typo introduced with 09bc28fb7b998f56b481fb07eb576f00ce72c26f "jl144: #i106132# nss does not build on MacOS 10.6 because of libsqlite3." Change-Id: I251834c2157acf0936bde9b7daaad16693822acb --- nss/prj/d.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss/prj/d.lst b/nss/prj/d.lst index a887c36a4d77..09c38c223f8b 100644 --- a/nss/prj/d.lst +++ b/nss/prj/d.lst @@ -9,7 +9,7 @@ mkdir: %_DEST%\lib\sqlite ..\%__SRC%\inc\include\private\*.h %_DEST%\inc\mozilla\nspr\private ..\%__SRC%\inc\nss\*.h %_DEST%\inc\mozilla\nss -..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl.* +..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl3.* ..\%__SRC%\lib\libfreebl_32fpu_3.* %_DEST%\lib\libfreebl_32fpu_3.* ..\%__SRC%\lib\libfreebl_32int64_3.* %_DEST%\lib\libfreebl_32int64_3.* ..\%__SRC%\lib\libfreebl_32int_3.* %_DEST%\lib\libfreebl_32int_3.*