summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-08-28 20:36:32 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-08-28 20:36:41 +0200
commit04dc2bee9ecdda7d7966f9267df37ab23bb5a802 (patch)
tree2fb170da9a88dd8afe4998ab42cf21fee5ad1ef0
parent86e286ba2003c206e700fd70ec67c1cf4ac8d8a6 (diff)
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.
-rw-r--r--common/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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