diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:07:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:07:11 +0100 |
commit | 56e554d65183edf7bcbab7ff04f0d13fa5a4a403 (patch) | |
tree | 11bdc0ebfe37397d17f7f81404b5fdbd80d516cc /package/automake | |
parent | c222009ae2041c53e2fce319c12b1c1b08dfe4fa (diff) |
add a lot of new devel subpackages and fix native builds of packages
Diffstat (limited to 'package/automake')
-rw-r--r-- | package/automake/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/automake/Makefile b/package/automake/Makefile index bd2dd204b..97525341e 100644 --- a/package/automake/Makefile +++ b/package/automake/Makefile @@ -25,8 +25,11 @@ automake-install: ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/automake ${IDIR_AUTOMAKE}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/aclocal ${IDIR_AUTOMAKE}/usr/bin - ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}/ + ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/aclocal-${PKG_EXTRAVER} + ${CP} ${WRKINST}/usr/share/aclocal-${PKG_EXTRAVER} \ + ${IDIR_AUTOMAKE}/usr/share/aclocal-${PKG_EXTRAVER} + ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER} ${CP} ${WRKINST}/usr/share/automake-${PKG_EXTRAVER}/Automake \ - ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER}/ + ${IDIR_AUTOMAKE}/usr/share/automake-${PKG_EXTRAVER} include ${TOPDIR}/mk/pkg-bottom.mk |