summaryrefslogtreecommitdiffstats
path: root/package/bison
diff options
context:
space:
mode:
Diffstat (limited to 'package/bison')
-rw-r--r--package/bison/bison.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 5c9551bc7..75b47947e 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -42,7 +42,7 @@ $(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked
$(DISABLE_NLS) \
);
echo 'all install:' > $(BISON_DIR)/examples/Makefile
- touch $(BISON_DIR)/.configured
+ touch $(BISON_DIR)/.configured
$(BISON_DIR)/$(BISON_BINARY): $(BISON_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(BISON_DIR)