]> xenbits.xensource.com Git - libvirt.git/commit
build: fix stamp file name
authorEric Blake <eblake@redhat.com>
Fri, 11 May 2012 14:20:34 +0000 (08:20 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 11 May 2012 14:20:34 +0000 (08:20 -0600)
commitc0057d9a49f6aead9a893c33069d2a11c03bc1e8
treee2f01da1d1f8ee03055f7b046aac5d936741f92d
parentab5fb8f34c93661bb19b62e4ed3592fb53cd6b36
build: fix stamp file name

Ever since commit c964b6a, make was trying to find the timestamp
of '""./apibuild.py".stamp"', but only touching 'apibuild.py.stamp',
and thus always rebuilding.  Reported by Daniel P. Berrange.

* docs/Makefile.am (APIBUILD, APIBUILD_STAMP): Omit bogus quotes.
docs/Makefile.am