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:
seawood%netscape.com 2001-11-21 11:45:34 +00:00
parent 34524ed22c
commit 41ad8500aa

View File

@ -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>