diff options
author | julien.pierre.bugs%sun.com <devnull@localhost> | 2005-04-14 04:41:49 +0000 |
---|---|---|
committer | julien.pierre.bugs%sun.com <devnull@localhost> | 2005-04-14 04:41:49 +0000 |
commit | c77f936c1828d184bb48547f2e2217c4c1ac09c8 (patch) | |
tree | e223b2de106737bdcc837dbf202f77e4b38497d6 | |
parent | 55f3ba00bca91ade2ad7b0be4a6cdb8ffa49166b (diff) | |
download | nss-hg-c77f936c1828d184bb48547f2e2217c4c1ac09c8.tar.gz |
Back out fix for 290121 temporarily (until Christophe upgrades build tools)
-rw-r--r-- | security/coreconf/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/rules.mk b/security/coreconf/rules.mk index 7643672b2..d31e455f2 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 AIX,$(OS_TARGET))) +ifeq (,$(filter-out OS2%,$(OS_TARGET))) NEED_ABSOLUTE_PATH := 1 PWD := $(shell pwd) endif |