mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
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>
This commit is contained in:
parent
e2b4e220bc
commit
ad27aa30fb
@ -214,11 +214,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…
Reference in New Issue
Block a user