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 <allan@archlinux.org>
(cherry picked from commit ad27aa30fb
)
This commit is contained in:
parent
722be61ca8
commit
80a0016de4
1 changed files with 2 additions and 5 deletions
|
@ -215,11 +215,8 @@ repo-elephant: $(srcdir)/repo-add.sh.in
|
||||||
$(AM_V_at)$(LN_S) repo-add repo-elephant
|
$(AM_V_at)$(LN_S) repo-add repo-elephant
|
||||||
|
|
||||||
makepkg-wrapper: \
|
makepkg-wrapper: \
|
||||||
Makefile \
|
makepkg
|
||||||
$(srcdir)/makepkg-wrapper.sh.in \
|
|
||||||
$(srcdir)/makepkg.sh.in \
|
|
||||||
$(srcdir)/library/parseopts.sh \
|
|
||||||
| makepkg
|
|
||||||
$(AM_V_at)$(MKDIR_P) .lib
|
$(AM_V_at)$(MKDIR_P) .lib
|
||||||
$(AM_V_at)mv -f makepkg .lib
|
$(AM_V_at)mv -f makepkg .lib
|
||||||
$(AM_V_at)$(RM) $@
|
$(AM_V_at)$(RM) $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue