index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2016-10-11 15:37:13 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-10-11 15:43:25 +1000 |
commit | ad27aa30fbcac7a07586072d29d3db50009994e9 (patch) | |
tree | 7ee73a9260270dd6147ffbab4ef5c015c8d7d054 /scripts/Makefile.am | |
parent | e2b4e220bcb6d3770716fb000953aa729ed07989 (diff) |
-rw-r--r-- | scripts/Makefile.am | 7 |
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) $@ |