summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-09-23 07:21:04 +0000
committercls%seawood.org <devnull@localhost>2001-09-23 07:21:04 +0000
commitf716f6de5655b86d226e6df2728942b50289ab73 (patch)
treeb4ec8e5054b8ccf1ddad84bb231516c76f07669d /dbm
parent6a5db1817a8cabf9f6ff4440ac2adbc9e9d2b301 (diff)
downloadnss-hg-f716f6de5655b86d226e6df2728942b50289ab73.tar.gz
Use EXPORTS instead of installing headers by hand.
Bug #98371 sr=alecf
Diffstat (limited to 'dbm')
-rw-r--r--dbm/include/Makefile.win5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbm/include/Makefile.win b/dbm/include/Makefile.win
index ac6836222..07fba1859 100644
--- a/dbm/include/Makefile.win
+++ b/dbm/include/Makefile.win
@@ -47,8 +47,7 @@ MAKE_OBJ_TYPE=EXE
#// install headers
#//
#//------------------------------------------------------------------------
-INSTALL_DIR=$(XPDIST)\include
-INSTALL_FILE_LIST= nsres.h cdefs.h mcom_db.h ncompat.h winfile.h
+EXPORTS=nsres.h cdefs.h mcom_db.h ncompat.h winfile.h
#//------------------------------------------------------------------------
#//
@@ -59,5 +58,3 @@ include <$(DEPTH)/config/rules.mak>
CFLAGS = $(CFLAGS) -DMOZILLA_CLIENT
-export:: INSTALL_FILES
-