mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2026-04-20 02:30:37 +02:00
make: Mark extensions.c as always out of date
This is required to ensure that changes to the xml files on disk are reliably detected in a rebuild situation
This commit is contained in:
parent
c864a44e36
commit
fb5cbabb2e
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
MAINTAINERCLEANFILES = ChangeLog INSTALL Makefile.in
|
||||
|
||||
.PHONY: ChangeLog INSTALL
|
||||
.PHONY: ChangeLog INSTALL AlwaysDirty
|
||||
|
||||
INSTALL:
|
||||
$(INSTALL_CMD)
|
||||
|
|
@ -36,6 +36,8 @@ tests_test_LDADD = libxcb-errors.la $(XCB_LIBS)
|
|||
|
||||
CLEANFILES = src/extensions.c extensions.checksums
|
||||
|
||||
src/extensions.c : AlwaysDirty
|
||||
|
||||
src/extensions.c: src/extensions.py
|
||||
$(AM_V_GEN)$(PYTHON) $(srcdir)/src/extensions.py $@.tmp extensions.checksums ${XCBPROTO_XCBINCLUDEDIR} && \
|
||||
mv $@.tmp $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue