summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorseawood%netscape.com <devnull@localhost>2003-02-26 00:48:56 +0000
committerseawood%netscape.com <devnull@localhost>2003-02-26 00:48:56 +0000
commita02161ce12bc8dabbcef95802934337be1b1d6bc (patch)
treed0f7c00d76392ed95da225c5f82d84a0b1166f68 /config
parentba35ab9e981d2f939079112dbb75161207f5f273 (diff)
downloadnspr-hg-a02161ce12bc8dabbcef95802934337be1b1d6bc.tar.gz
Only force the use of absolute symlinks on Darwin when building Mozilla.
Bug #193164 r=wtc
Diffstat (limited to 'config')
-rw-r--r--config/config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.mk b/config/config.mk
index 205a5395..815291a1 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -77,9 +77,6 @@ endef
LINK_DLL = $(LD) $(OS_DLLFLAGS) $(DLLFLAGS)
ifeq ($(OS_ARCH),Darwin)
-ifndef NSDISTMODE
-NSDISTMODE=absolute_symlink
-endif
PWD := $(shell pwd)
endif