diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 19:00:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 19:00:46 +0100 |
commit | 7666d6734558f2b8943c4df2543ee3f25d90c90e (patch) | |
tree | d3c61e1c9b8e2f447b676030711f43c411a1e096 /package/bison/Makefile | |
parent | 3df91a14bd77540fb4a50b1b90b38e26718b17b2 (diff) | |
parent | 2e80e78e1730438e4b5bf62ebb4154846bb5bb76 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison/Makefile')
-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..c6a8c3471 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 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 |