summaryrefslogtreecommitdiffstats
path: root/package/grep
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-24 06:53:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-24 06:53:24 +0000
commitdfebda00147935f668f9024e7cca141ad46ad652 (patch)
treeb8c72566b41c2ba91a27687350ba66e981ac0adf /package/grep
parent473be6adfc2baae0fe0fd50e3d07872af87a256e (diff)
downloadbuildroot-novena-dfebda00147935f668f9024e7cca141ad46ad652.tar.gz
buildroot-novena-dfebda00147935f668f9024e7cca141ad46ad652.zip
remove extra space after touch
Diffstat (limited to 'package/grep')
-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 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)