summaryrefslogtreecommitdiff
path: root/package/gawk
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/gawk
parent473be6adfc2baae0fe0fd50e3d07872af87a256e (diff)
remove extra space after touch
Diffstat (limited to 'package/gawk')
-rw-r--r--package/gawk/gawk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index 9975c38a7..4b9a802ab 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -43,7 +43,7 @@ $(GAWK_DIR)/.configured: $(GAWK_DIR)/.unpacked
$(DISABLE_NLS) \
$(DISABLE_LARGEFILE) \
);
- touch $(GAWK_DIR)/.configured
+ touch $(GAWK_DIR)/.configured
$(GAWK_DIR)/$(GAWK_BINARY): $(GAWK_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(GAWK_DIR)