mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
NSS only copies dbm32.lib to dbm.lib during the 'install' phase so do the copying from PSM during the 'libs' phase instead.
Fixing tinderbox bustage.
This commit is contained in:
parent
34524ed22c
commit
41ad8500aa
@ -22,8 +22,14 @@
|
||||
DEPTH=..
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
DIRS = nss \
|
||||
manager \
|
||||
$(NULL)
|
||||
DIRS = nss manager
|
||||
|
||||
all::
|
||||
nmake /f makefile.win export
|
||||
nmake /f makefile.win libs
|
||||
|
||||
# NSS is hardcoded to use dbm.lib
|
||||
libs::
|
||||
copy $(DIST)\lib\dbm32.lib $(DIST)\lib\dbm.lib
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
x
Reference in New Issue
Block a user