summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/grep/grep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index 5cd4b3fea..535e712b5 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -64,7 +64,7 @@ grep-target_binary: $(GNUGREP_DIR)/$(GNUGREP_BINARY)
cp -a $(GNUGREP_DIR)/src/grep $(GNUGREP_DIR)/src/egrep \
$(GNUGREP_DIR)/src/fgrep $(TARGET_DIR)/bin/; fi
-grep: uclibc grep-target_binary
+grep: uclibc gettext libintl grep-target_binary
grep-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(GNUGREP_DIR) uninstall