mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-19 07:33:46 +03: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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user