summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulien.pierre.bugs%sun.com <devnull@localhost>2005-04-15 00:36:28 +0000
committerjulien.pierre.bugs%sun.com <devnull@localhost>2005-04-15 00:36:28 +0000
commitf642542266d5a7b11a21bcc787ed424368c049ec (patch)
tree3390fd1062a47020413d98e777902a920af84cbe
parent88ff11b20f652d1b723536ec223b7ef958d4de3e (diff)
downloadnss-hg-f642542266d5a7b11a21bcc787ed424368c049ec.tar.gz
Fix for 290120. r=wtchang
-rw-r--r--security/coreconf/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/rules.mk b/security/coreconf/rules.mk
index d31e455f2..7643672b2 100644
--- a/security/coreconf/rules.mk
+++ b/security/coreconf/rules.mk
@@ -395,7 +395,7 @@ WCCFLAGS3 := $(subst -D,-d,$(WCCFLAGS2))
# Translate source filenames to absolute paths. This is required for
# debuggers under Windows & OS/2 to find source files automatically
-ifeq (,$(filter-out OS2%,$(OS_TARGET)))
+ifeq (,$(filter-out OS2 AIX,$(OS_TARGET)))
NEED_ABSOLUTE_PATH := 1
PWD := $(shell pwd)
endif