mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Try fixing Mac build with explicit Yacc output file
This commit is contained in:
parent
60c820245d
commit
5758cd6861
@ -1,6 +1,6 @@
|
|||||||
AUTOMAKE_OPTIONS = subdir-objects
|
AUTOMAKE_OPTIONS = subdir-objects
|
||||||
BUILT_SOURCES = parser.h
|
BUILT_SOURCES = parser.h
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d -o parser.c
|
||||||
lib_LTLIBRARIES = libmdbsql.la
|
lib_LTLIBRARIES = libmdbsql.la
|
||||||
libmdbsql_la_SOURCES= mdbsql.c parser.y lexer.l
|
libmdbsql_la_SOURCES= mdbsql.c parser.y lexer.l
|
||||||
if FAKE_GLIB
|
if FAKE_GLIB
|
||||||
|
Loading…
Reference in New Issue
Block a user