From mboxrd@z Thu Jan 1 00:00:00 1970 From: llandwerlin at gmail.com Date: Sat, 18 Sep 2010 19:59:46 +0200 Subject: [Buildroot] [PATCH 4/7] bison: add host rules In-Reply-To: <1284832789-22631-1-git-send-email-llandwerlin@gmail.com> References: <1284832789-22631-1-git-send-email-llandwerlin@gmail.com> Message-ID: <1284832789-22631-5-git-send-email-llandwerlin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: Lionel Landwerlin Signed-off-by: Lionel Landwerlin --- package/bison/bison.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 9e28e85..a411d10 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -14,3 +14,4 @@ endef BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES $(eval $(call AUTOTARGETS,package,bison)) +$(eval $(call AUTOTARGETS,package,bison,host)) -- 1.7.1