mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
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.
This commit is contained in:
parent
86e286ba20
commit
04dc2bee9e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user