summaryrefslogtreecommitdiff
path: root/src/chroot-tools/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-01-03 12:17:09 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-03 13:00:32 -0500
commitb8c5c50d5eddd2346e579184305ecfb61d5660a8 (patch)
tree426020576ff7cf3044420752d0e24528e2ea4f38 /src/chroot-tools/Makefile
parent4bd0f69b5e5889158ccc13c64551f6d42da4c3bd (diff)
update for new devtools
Diffstat (limited to 'src/chroot-tools/Makefile')
-rw-r--r--src/chroot-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile
index c39b4f5..e3274e0 100644
--- a/src/chroot-tools/Makefile
+++ b/src/chroot-tools/Makefile
@@ -14,8 +14,8 @@ $(srcdir)/makechrootpkg.sh.in: $(srcdir)/makechrootpkg.in
$(outdir)/chcleanup: $(srcdir)/chcleanup.in $(outdir)/chcleanup.lib
m4 -I$(@D) -P $< | $(libretools.edit) | install -m755 /dev/stdin $@
-$(outdir)/chcleanup.lib: $(call at.path,$(topoutdir)/src/lib/common.sh) $(outdir)/Makefile
- bash -c '. $<; declare -f _l plain msg msg2 error' > $@
+$(outdir)/chcleanup.lib: $(srcdir)/chcleanup.lib.gen $(call at.path,$(topoutdir)/src/lib/common.sh)
+ $(abspath $^) > $@
$(outdir)/distcc-tool.pot: LIBREXGETTEXT_FLAGS+=--simple=errusage