diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
commit | dfd37d10510d013fc7c49ecb42d1b75c14be4594 (patch) | |
tree | 23bc90b2ebd5c5fe09246397839de7af5ac40da8 /package/autotool/Makefile | |
parent | 859309a404f1c10f77832b47de7b329bd6664395 (diff) |
compile autotool stuff, bison and flex by default
Diffstat (limited to 'package/autotool/Makefile')
-rw-r--r-- | package/autotool/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/package/autotool/Makefile b/package/autotool/Makefile deleted file mode 100644 index 498ea52c0..000000000 --- a/package/autotool/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk - -# meta package for host autotool infrastructure -PKG_NAME:= autotool -PKG_VERSION:= 1.0 -PKG_RELEASE:= 2 -PKG_DESCR:= autotool infrastructure for host -PKG_SECTION:= dev/tools -PKG_BUILDDEP:= m4-host pkgconf-host autoconf-host automake-host -PKG_BUILDDEP+= libtool-host - -NO_DISTFILES:= 1 - -include $(TOPDIR)/mk/package.mk - -CONFIG_STYLE:= manual -BUILD_STYLE:= manual -INSTALL_STYLE:= manual - -$(eval $(call PKG_template,AUTOTOOL,autotool,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -include ${TOPDIR}/mk/pkg-bottom.mk |