diff options
Diffstat (limited to 'package/bison/bison.mk')
-rw-r--r-- | package/bison/bison.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 2255a832e..8a1273413 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -42,7 +42,7 @@ $(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked --mandir=/usr/man \ --infodir=/usr/info \ $(DISABLE_NLS) \ - ); + ) echo 'all install:' > $(BISON_DIR)/examples/Makefile touch $(BISON_DIR)/.configured |