summaryrefslogtreecommitdiff
path: root/src/chroot-tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-10-01 03:10:23 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-10-01 03:10:23 -0400
commit114aa9971f3273bc0738386bd5d7b02531aeea37 (patch)
treee0e23ebd2a848ff6909699322015899764c6ba79 /src/chroot-tools
parent2a4a4cd980941570d2b6107df8cf5c65a3a61b33 (diff)
Make: Remove superfluous calls to add things to $(pots)
Diffstat (limited to 'src/chroot-tools')
-rw-r--r--src/chroot-tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile
index 106aa3a..c041cc8 100644
--- a/src/chroot-tools/Makefile
+++ b/src/chroot-tools/Makefile
@@ -6,8 +6,6 @@ no-progs = $(libexecs)
# These are the shell libraries we will use
libs = makechrootpkg.sh $(wildcard hooks-*.sh)
-pots = $(libexecs) $(libs)
-
pkglibexecdir = $(libexecdir)/libretools/chroot
include ../../common.mk