summaryrefslogtreecommitdiff
path: root/security/coreconf/rules.mk
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-10-24 05:43:07 +0000
committerwtc%netscape.com <devnull@localhost>2001-10-24 05:43:07 +0000
commit71b9de71b4ea11aaf6cf8037f5f6005d6e01e1df (patch)
treec4204fe9932d20c6097462a74dc153231463d746 /security/coreconf/rules.mk
parentcb8901bc17db9a844b3842c9e9d196e9296aafb9 (diff)
downloadnss-hg-71b9de71b4ea11aaf6cf8037f5f6005d6e01e1df.tar.gz
Bugzilla bug 106388: made the release_export rule work with VPATH.
Diffstat (limited to 'security/coreconf/rules.mk')
-rw-r--r--security/coreconf/rules.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/coreconf/rules.mk b/security/coreconf/rules.mk
index 45f426e3c..7952b38c2 100644
--- a/security/coreconf/rules.mk
+++ b/security/coreconf/rules.mk
@@ -862,8 +862,10 @@ $(SOURCE_RELEASE_XP_DIR)/include::
$(NSINSTALL) -D $@; \
fi
-release_export:: $(EXPORTS) $(SOURCE_RELEASE_XP_DIR)/include
- $(INSTALL) -m 444 $(EXPORTS) $(SOURCE_RELEASE_XP_DIR)/include
+release_export:: $(SOURCE_RELEASE_XP_DIR)/include
+
+release_export:: $(EXPORTS)
+ $(INSTALL) -m 444 $^ $(SOURCE_RELEASE_XP_DIR)/include
endif