mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Remove Makefile rule to build testapi.c
This file is under version control and should only be rebuilt on demand.
This commit is contained in:
parent
35297983ba
commit
b60cdf1f9a
@ -135,14 +135,6 @@ rebuild_testapi:
|
||||
-@(if [ "$(PYTHON)" != "" ] ; then \
|
||||
$(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
|
||||
|
||||
# that one is just to make sure it is rebuilt if missing
|
||||
# but adding the dependances generate mess
|
||||
testapi.c: $(srcdir)/gentest.py
|
||||
-@(if [ "$(PYTHON)" != "" ] ; then \
|
||||
$(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
|
||||
|
||||
BUILT_SOURCES = testapi.c
|
||||
|
||||
testapi_SOURCES=testapi.c
|
||||
testapi_LDFLAGS =
|
||||
testapi_DEPENDENCIES = $(DEPS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user