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:
Matthias Bolte 2011-07-21 13:45:42 +02:00
parent 5e7d638ca0
commit 1468359f16

View File

@ -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: