diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-06-30 16:36:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-06-30 16:36:31 -0400 |
commit | 12d210957879a4fb70e1df1a6ae3af4be118fa71 (patch) | |
tree | c99e848e53974d9cd3bb10155ac07af9e8c8a1ca /src/xbs-abslibre | |
parent | 5a84f3c84a1f3275f5b3ab51b1cf90327f52b9b2 (diff) |
Makefiles: don't symlink xbs helpers into bindir (issue 568)
Diffstat (limited to 'src/xbs-abslibre')
-rw-r--r-- | src/xbs-abslibre/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xbs-abslibre/Makefile b/src/xbs-abslibre/Makefile index c09224b..420ae52 100644 --- a/src/xbs-abslibre/Makefile +++ b/src/xbs-abslibre/Makefile @@ -1,3 +1,4 @@ pkglibexecdir = $(libexecdir)/xbs libexecs = helper-abslibre +no-progs = $(libexecs) include ../../common.mk |