flex: unbreak host build after auto-host-deps change

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-01-18 11:15:24 +01:00
parent 9e7663e299
commit f009b7b93e

View File

@ -14,6 +14,8 @@ FLEX_INSTALL_STAGING = YES
FLEX_DEPENDENCIES = \
$(if $(BR2_PACKAGE_GETTEXT),gettext) \
$(if $(BR2_PACKAGE_LIBINTL),libintl)
# we don't have a host-gettext/libintl
HOST_FLEX_DEPENDENCIES =
# lex -> flex
define FLEX_INSTALL_LEX