summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-16 16:41:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-16 16:45:02 +0200
commit069c1efa39e3bed146a3e70af796e6a70cf2f67e (patch)
tree033318a9d95933e5f192c087d2a8c0800c6553d7 /nss
parenta201316b839c00fe5f8305150cf2ccba548a2868 (diff)
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
Diffstat (limited to 'nss')
-rw-r--r--nss/prj/d.lst2
1 files changed, 1 insertions, 1 deletions
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.*