summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2020-06-03 03:04:49 +0000
committerMike Hommey <mh@glandium.org>2020-06-03 03:04:49 +0000
commit8eaa53510e7789c5f1f613306c38ea562b2af576 (patch)
treec5d15e9e682b0be834a9d98f3f631666ec1b3bea
parentc1e495a795936b7726491111dcac4977def2d279 (diff)
downloadnss-hg-8eaa53510e7789c5f1f613306c38ea562b2af576.tar.gz
Bug 1642153 - Avoid infinite recursion when CHECKLOC is not set. r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D77596
-rw-r--r--cmd/shlibsign/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/shlibsign/Makefile b/cmd/shlibsign/Makefile
index 73641d996..a1192055c 100644
--- a/cmd/shlibsign/Makefile
+++ b/cmd/shlibsign/Makefile
@@ -96,4 +96,6 @@ else
endif
libs: install
+ifdef CHECKLOC
$(MAKE) $(CHECKLOC)
+endif