summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2009-02-07 19:34:00 +0000
committerwtc%google.com <devnull@localhost>2009-02-07 19:34:00 +0000
commitad67b9537e999d0c31fe4b4b7933c6c5b21feb9f (patch)
treefba661daaca5f304e1d5b2fb375ea08529b20921
parentec07f7db37a897ba78cfd0d02b35b4b00cdfe08e (diff)
downloadnspr-hg-ad67b9537e999d0c31fe4b4b7933c6c5b21feb9f.tar.gz
Bug 473413: a minor tweak of comment.NSPR_HEAD_20090207
-rw-r--r--config/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/rules.mk b/config/rules.mk
index a8a849c6..f01ece89 100644
--- a/config/rules.mk
+++ b/config/rules.mk
@@ -401,7 +401,7 @@ endif
ifdef NEED_ABSOLUTE_PATH
PWD := $(shell pwd)
-# The quotes allow spaces in the absolute pathnames
+# The quotes allow absolute paths to contain spaces.
pr_abspath = "$(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(PWD)/$(1)))"
endif