]> xenbits.xensource.com Git - libvirt.git/commitdiff
python: Fix makefile rule for code generation
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 21 Jul 2011 11:45:42 +0000 (13:45 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 21 Jul 2011 12:36:34 +0000 (14:36 +0200)
Commit 8665f85523f0451c 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.

python/Makefile.am

index a4c9a6b2c0038efd6ca08ca5ecf1b16f598437b1..51f005db40e72bcf6138f9c66ca3ed73eac6115c 100644 (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: