Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1642153 - Avoid infinite recursion when CHECKLOC is not set. r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D77596

--HG--
extra : moz-landing-system : lando
  • Loading branch information
glandium committed Jun 3, 2020
1 parent 9acda3e commit b0e9408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/shlibsign/Makefile
Expand Up @@ -96,4 +96,6 @@ else
endif

libs: install
ifdef CHECKLOC
$(MAKE) $(CHECKLOC)
endif

0 comments on commit b0e9408

Please sign in to comment.