mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 11:35:19 +00:00
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. (cherry picked from commit c0057d9a49f6aead9a893c33069d2a11c03bc1e8)
This commit is contained in:
parent
f587a073c6
commit
9404d15dc1
@ -1,6 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
## Copyright (C) 2005-2011 Red Hat, Inc.
|
## Copyright (C) 2005-2012 Red Hat, Inc.
|
||||||
## See COPYING.LIB for the License of this software
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
SUBDIRS= schemas
|
SUBDIRS= schemas
|
||||||
@ -200,8 +200,8 @@ python_generated_files = \
|
|||||||
$(srcdir)/libvirt-qemu-api.xml \
|
$(srcdir)/libvirt-qemu-api.xml \
|
||||||
$(srcdir)/libvirt-qemu-refs.xml
|
$(srcdir)/libvirt-qemu-refs.xml
|
||||||
|
|
||||||
APIBUILD="$(srcdir)/apibuild.py"
|
APIBUILD=$(srcdir)/apibuild.py
|
||||||
APIBUILD_STAMP="$(APIBUILD).stamp"
|
APIBUILD_STAMP=$(APIBUILD).stamp
|
||||||
|
|
||||||
$(python_generated_files): $(APIBUILD_STAMP)
|
$(python_generated_files): $(APIBUILD_STAMP)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user