summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-04-13 22:57:55 +0000
committerwtchang%redhat.com <devnull@localhost>2005-04-13 22:57:55 +0000
commit3a9d9d1d2b55f03893975b478d130e065cf16645 (patch)
tree7454a079498a078facc5e3938142538a960075c5
parent3d5aa64f460d3bde34549a9c2d3dc0ff28e09c3b (diff)
downloadnspr-hg-3a9d9d1d2b55f03893975b478d130e065cf16645.tar.gz
Bugzilla bug 290122: pass full pathnames of source files to the compiler
on AIX so its debugger can automatically find the source files. r=Julien Pierre of Sun and Philip Warren of IBM. a=caillon for mozilla1.8b2 and aviary1.1a. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--config/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/rules.mk b/config/rules.mk
index 8f08182e..492e0aeb 100644
--- a/config/rules.mk
+++ b/config/rules.mk
@@ -399,7 +399,7 @@ endif
# debuggers under Windows and OS/2 to find source files automatically.
#
-ifeq ($(OS_ARCH),OS2)
+ifeq (,$(filter-out AIX OS2,$(OS_ARCH)))
NEED_ABSOLUTE_PATH = 1
endif