summaryrefslogtreecommitdiffstats
path: root/package/bison
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-21 21:20:18 +0200
committerBernhard Reutner-Fischer2007-08-21 21:20:18 +0200
commit6c6cb0670986717b42f8de03fd020abb3fa120fb (patch)
treed50a8eaaed94db4111bc65250c9e0c2123804508 /package/bison
parent- remove a superfluous semicolon (diff)
downloadbuildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.tar.gz
buildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.tar.xz
buildroot-6c6cb0670986717b42f8de03fd020abb3fa120fb.zip
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
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 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