[Pkg-libvirt-commits] [libguestfs] 147/384: Fix out-of-tree build: Don't create empty .y file in builddir
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:56:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit e6f77d23453ffe3cb0b215c88d83082ba2df8986
Author: Hilko Bengen <bengen at hilluzination.de>
Date: Sun Dec 28 08:33:30 2014 +0100
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 a0d139b..29f7556 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list