summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-01-24 10:14:07 +0000
committercls%seawood.org <devnull@localhost>2001-01-24 10:14:07 +0000
commit55419ac390f7e2aedf6abb328dba67fff827e27f (patch)
treeec14081e57d56f2149e8905d6107c034753688a4
parentbceb0af786413336fbb11aa9987580096215aa5a (diff)
downloadnspr-hg-55419ac390f7e2aedf6abb328dba67fff827e27f.tar.gz
Set INSTALL properly for win32 & OS/2. r=bryner
-rw-r--r--config/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.mk b/config/config.mk
index 423e9db8..6828298f 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -62,6 +62,9 @@ endef
LINK_DLL = $(LD) $(OS_DLLFLAGS) $(DLLFLAGS)
+ifneq (,$(filter WINNT OS2, $(OS_ARCH)))
+INSTALL = $(NSINSTALL)
+else
ifeq ($(NSDISTMODE),copy)
# copy files, but preserve source mtime
INSTALL = $(NSINSTALL) -t
@@ -74,6 +77,7 @@ else
INSTALL = $(NSINSTALL) -R
endif
endif
+endif # WINNT || OS2
ifdef BUILD_DEBUG_GC
DEFINES += -DDEBUG_GC