summaryrefslogtreecommitdiffstats
path: root/connectivity/Library_dbtools.mk
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-06-13 16:09:25 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-06-13 16:09:25 +0200
commit874926b2e2b92e5b46e1ece110cac9e40c131baa (patch)
tree10986a024aeca767198269faf7c1de31de50cf88 /connectivity/Library_dbtools.mk
parentBetter fix for those short strings (diff)
downloadcore-874926b2e2b92e5b46e1ece110cac9e40c131baa.tar.gz
core-874926b2e2b92e5b46e1ece110cac9e40c131baa.zip
use commandline parameters instead of bison directives (XCode 2.5)
XCode 2.5 only has ancient bison that doesn't support the %file-prefix, %name-prefix,... directives. So use the more compatible commandline arguments (just like before gbuildification of the module)
Diffstat (limited to 'connectivity/Library_dbtools.mk')
-rw-r--r--connectivity/Library_dbtools.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk
index 55d74c0c0b8c..93539deb6f33 100644
--- a/connectivity/Library_dbtools.mk
+++ b/connectivity/Library_dbtools.mk
@@ -82,6 +82,8 @@ $(eval $(call gb_Library_add_grammars,dbtools,\
connectivity/source/parse/sqlbison \
))
+$(call gb_YaccTarget_get_target,connectivity/source/parse/sqlbison) : T_YACCFLAGS := -d -l -pSQLyy -bsql
+
$(eval $(call gb_Library_add_scanners,dbtools,\
connectivity/source/parse/sqlflex \
))