[Spice-commits] common/Makefile.am
Marc-André Lureau
elmarco at kemper.freedesktop.org
Wed Aug 29 03:05:31 PDT 2012
common/Makefile.am | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 04dc2bee9ecdda7d7966f9267df37ab23bb5a802
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date: Tue Aug 28 20:36:32 2012 +0200
build-sys: remove Makefile from marshaller build dep
The release tarballs ship with the generated files to avoid extra
build work and dependency. However, build was still tiggering a
regenration, because of Makefile change.
Avoid required rebuild when running ./configure (generating Makefile),
there is no variable that could be tweaked, afaict.
diff --git a/common/Makefile.am b/common/Makefile.am
index 0e335b1..91a7d48 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -95,7 +95,6 @@ MARSHALLERS_DEPS = \
$(top_srcdir)/python_modules/ptypes.py \
$(top_srcdir)/python_modules/spice_parser.py \
$(top_srcdir)/spice_codegen.py \
- Makefile \
$(NULL)
# Note despite being autogenerated these are not part of CLEANFILES, they are
More information about the Spice-commits
mailing list