mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
python: Fix makefile rule for code generation
Commit 8665f85523
changed generated.stamp to $(GENERATE).stamp,
but missed one instance in the CLEANFILES list. This can break the
build in case the generated code is deleted but the .stamp file stays
around and therefore the code isn't regenerated.
This commit is contained in:
parent
5e7d638ca0
commit
1468359f16
@ -71,7 +71,7 @@ install-data-local:
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(pyexecdir)/libvirt.py
|
||||
|
||||
CLEANFILES= $(GENERATED) generated.stamp
|
||||
CLEANFILES= $(GENERATED) $(GENERATE).stamp
|
||||
|
||||
else
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user