mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fix out-of-tree build: Don't create empty .y file in builddir
This commit is contained in:
committed by
Richard W.M. Jones
parent
14d11916fa
commit
e6f77d2345
@@ -309,7 +309,7 @@ CLEANFILES += \
|
||||
if HAVE_OCAML
|
||||
# Automake-generated makefile has a rule ".y.c" but lacks a rule ".y.h".
|
||||
index-parse.h: index-parse.y
|
||||
touch index-parse.y
|
||||
touch $(srcdir)/index-parse.y
|
||||
$(MAKE) index-parse.c
|
||||
# Also it doesn't generate dependencies for the C files that include
|
||||
# index-parse.h.
|
||||
|
||||
Reference in New Issue
Block a user