diff options
Diffstat (limited to 'package/grep/grep.mk')
-rw-r--r-- | package/grep/grep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 4b443ac36..f84445b66 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -46,7 +46,7 @@ $(GNUGREP_DIR)/.configured: $(GNUGREP_DIR)/.unpacked --disable-perl-regexp \ --without-included-regex \ ); - touch $(GNUGREP_DIR)/.configured + touch $(GNUGREP_DIR)/.configured $(GNUGREP_DIR)/$(GNUGREP_BINARY): $(GNUGREP_DIR)/.configured $(MAKE) -C $(GNUGREP_DIR) |