summaryrefslogtreecommitdiff
path: root/scripts/kconfig
authoreilers <eilers>2003-01-06 14:24:46 (UTC)
committer eilers <eilers>2003-01-06 14:24:46 (UTC)
commitecfa9b195ba1bdbe1254c21631fdce277c2c67b1 (patch) (side-by-side diff)
treead9f63167c178dd43690b725f815d9d5c6de6bbb /scripts/kconfig
parent7c87dd496f7c407327d8d6a304d712dfa3887a36 (diff)
downloadopie-ecfa9b195ba1bdbe1254c21631fdce277c2c67b1.zip
opie-ecfa9b195ba1bdbe1254c21631fdce277c2c67b1.tar.gz
opie-ecfa9b195ba1bdbe1254c21631fdce277c2c67b1.tar.bz2
bison -v creates a segmentation fault on my release 1.75. Removed this parameter
Diffstat (limited to 'scripts/kconfig') (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 6782d4a..7e257be 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -7,7 +7,7 @@ LDFLAGS=
LXXFLAGS=$(LDFLAGS) -L$(HOSTQTDIR)/lib -Wl,-rpath,$(HOSTQTDIR)/lib
LEX=flex
YACC=bison
-YFLAGS=-d -t -v
+YFLAGS=-d -t #-v
ifndef HOSTQTDIR
ifeq ($(shell if [ -e /usr/share/qt ]; then echo foundit; fi),foundit)
HOSTQTDIR=/usr/share/qt