]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
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)
commit1468359f16b7b52c7ed815b2cb7af07762ca011a
tree1b8a8cf48fa55e5caff33e11ad85282b4af1c402
parent5e7d638ca0c35784ac2e2710f77836915af5d9f9
python: Fix makefile rule for code generation

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