From e6f77d23453ffe3cb0b215c88d83082ba2df8986 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sun, 28 Dec 2014 08:33:30 +0100 Subject: [PATCH] Fix out-of-tree build: Don't create empty .y file in builddir --- builder/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Makefile.am b/builder/Makefile.am index a0d139bad..29f755624 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -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.