builder: add index-struct.h as dependency for index-parser-c.c

Just like with index-parse.h, also index-struct.h is a dependency of
index-parser-c.c which automake cannot generate correctly.
Thus, add it manually.
This commit is contained in:
Pino Toscano
2014-01-21 10:54:19 +01:00
parent 10b20b7938
commit e2cc8b6465

View File

@@ -231,7 +231,7 @@ CLEANFILES += \
# Fix dependencies which automake doesn't generate correctly.
if HAVE_OCAML
index-parser-c.o: index-parse.h
index-parser-c.o: index-parse.h index-struct.h
index-scan.o: index-parse.h
endif
index-validate.o: index-parse.h