quota: fix dependencies

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-05-13 01:01:07 +00:00 committed by Peter Korsgaard
parent 0651830447
commit 13d91f18a3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ QUOTA_CFLAGS = $(TARGET_CFLAGS)
QUOTA_LDFLAGS = $(TARGET_LDFLAGS)
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
QUOTA_DEPENDENCIES = gettext
QUOTA_DEPENDENCIES += gettext
QUOTA_LDFLAGS += -lintl
endif