diff options
Diffstat (limited to 'src/chroot-tools/Makefile')
-rw-r--r-- | src/chroot-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile index db18ea4..1b77a97 100644 --- a/src/chroot-tools/Makefile +++ b/src/chroot-tools/Makefile @@ -18,8 +18,8 @@ makechrootpkg.sh.in: %.sh.in: $(devtoolsdir)/%.in chcleanup: chcleanup.in chcleanup.lib m4 -P $< | $(edit) > $@ chmod 755 $@ -chcleanup.lib: ../lib/common.sh.top ../lib/common.sh Makefile - { cat $<; bash -c '. ../lib/common.sh; declare -f plain msg msg2 error'; } > $@ +chcleanup.lib: ../lib/common.sh Makefile + bash -c '. ../lib/common.sh; declare -f _l plain msg msg2 error' > $@ distcc-tool.pot: LIBREXGETTEXT_FLAGS+=--simple=errusage |