diff options
author | seawood%netscape.com <devnull@localhost> | 2003-02-26 00:48:56 +0000 |
---|---|---|
committer | seawood%netscape.com <devnull@localhost> | 2003-02-26 00:48:56 +0000 |
commit | a02161ce12bc8dabbcef95802934337be1b1d6bc (patch) | |
tree | d0f7c00d76392ed95da225c5f82d84a0b1166f68 /Makefile.in | |
parent | ba35ab9e981d2f939079112dbb75161207f5f273 (diff) | |
download | nspr-hg-a02161ce12bc8dabbcef95802934337be1b1d6bc.tar.gz |
Only force the use of absolute symlinks on Darwin when building Mozilla.
Bug #193164 r=wtc
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index ac45efa2..f36c18a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,6 +48,12 @@ DIRS = config pr lib ifdef MOZILLA_CLIENT PR_CLIENT_BUILD = 1 PR_CLIENT_BUILD_UNIX = 1 +ifeq ($(OS_ARCH),Darwin) +ifndef NSDISTMODE +NSDISTMODE=absolute_symlink +export NSDISTMODE +endif +endif endif DIST_GARBAGE = config.cache config.log config.status |