diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 13:03:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 13:03:25 +0100 |
commit | af0b87cf417b27cc662faf2e81a941649f190edc (patch) | |
tree | fb2f70336557dd71de0d34df89f94b2ac325167b /package/bison | |
parent | 7162f4dda124682254ec81cc1a5363f4eb42b3db (diff) | |
parent | 7251ad7064f69e01bb5cfc9465ee968b714ac1ef (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index aaef1b631..182e10310 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= ea45c778b36bdc7a720096819e292a73 PKG_DESCR:= GNU parser generator PKG_SECTION:= lang +PKG_BUILDDEP:= flex-host bison-host PKG_URL:= http://www.gnu.org/software/bison/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} @@ -19,7 +20,6 @@ $(eval $(call HOST_template,BISON,bison,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,BISON,bison,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) HOST_STYLE:= auto -#XAKE_FLAGS+= M4=m4 bison-install: ${INSTALL_DIR} ${IDIR_BISON}/usr/bin ${IDIR_BISON}/usr/share/bison |