grep depends on gettext

This commit is contained in:
Ulf Samuelsson 2007-08-12 23:35:20 +00:00
parent 488f5d7964
commit 8360efdcc1
1 changed files with 1 additions and 1 deletions

View File

@ -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