From a02161ce12bc8dabbcef95802934337be1b1d6bc Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Wed, 26 Feb 2003 00:48:56 +0000 Subject: Only force the use of absolute symlinks on Darwin when building Mozilla. Bug #193164 r=wtc --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.1