From d11311f66524dd61b4f186bbbc91d0e47b7e4f4d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 23 Sep 2013 20:00:05 -0400 Subject: Makefile: create a standard 'pot' target --- src/chroot-tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/chroot-tools') diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile index db1cdf5..b42d28d 100644 --- a/src/chroot-tools/Makefile +++ b/src/chroot-tools/Makefile @@ -6,6 +6,8 @@ no-progs = $(libexecs) # These are the shell libraries we will use libs = makechrootpkg.sh $(wildcard hooks-*.sh) +pots = $(libexecs) $(libs) + pkglibexecdir = $(libexecdir)/libretools/chroot clean_files = makechrootpkg.sh.ugly* *~ include ../../common.mk -- cgit v1.2.2