From ad27aa30fbcac7a07586072d29d3db50009994e9 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 11 Oct 2016 15:37:13 +1000 Subject: Ensure makepkg-wrapper is built after makepkg makepkg-wrapper did not get rebuilt if makepkg was regenerated due to library changes. Ensure makepkg-wrapper is always generated and linked any time makepkg changes. Signed-off-by: Allan McRae --- scripts/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8278b6fd..92cd50cd 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -214,11 +214,8 @@ repo-elephant: $(srcdir)/repo-add.sh.in $(AM_V_at)$(LN_S) repo-add repo-elephant makepkg-wrapper: \ - Makefile \ - $(srcdir)/makepkg-wrapper.sh.in \ - $(srcdir)/makepkg.sh.in \ - $(srcdir)/library/parseopts.sh \ - | makepkg + makepkg + $(AM_V_at)$(MKDIR_P) .lib $(AM_V_at)mv -f makepkg .lib $(AM_V_at)$(RM) $@ -- cgit v1.2.3-24-g4f1b