summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbryner%uiuc.edu <devnull@localhost>2001-04-07 07:22:18 +0000
committerbryner%uiuc.edu <devnull@localhost>2001-04-07 07:22:18 +0000
commitaeaf5f939fbd5a5c1f181ec0bab9ba786df8831a (patch)
tree57c2739ea6366e14344498631af8788d61662421
parent79b3b83bcacbdba258d1a086a561204798659d18 (diff)
downloadnss-hg-aeaf5f939fbd5a5c1f181ec0bab9ba786df8831a.tar.gz
Fixing NSS to know about the new include path for NSPR. Patch from cls, r=bryner.
-rw-r--r--security/nss/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 2c9f08e39..989fa9e9d 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -95,6 +95,8 @@ build_dbm:
moz_import::
ifeq ($(OS_ARCH),WINNT)
+ $(NSINSTALL) -D $(DIST)/include/nspr
+ cp $(DIST)/../include/nspr/*.h $(DIST)/include/nspr
cp $(DIST)/../include/* $(DIST)/include
ifdef BUILD_OPT
cp $(DIST)/../WIN32_O.OBJ/lib/* $(DIST)/lib