BUILT_SOURCE is missing.

fdd.tab.h is a file generated from lex & yacc. If we do not tell it to
automake, the dependency issue occurs in `make -j 8`.
This commit is contained in:
Sukchan Lee 2017-10-11 06:25:21 +00:00
parent 4245502ae2
commit dac66d0b80
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ endif
AM_YFLAGS = -p fdd -d
AM_LFLAGS = -p -Cem -Pfdd
BUILT_SOURCES = fdd.tab.h
AM_CPPFLAGS = \
-I$(top_srcdir)/include