Skip to content
Snippets Groups Projects
Commit 5b82e30ad620 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Remove Makefile rule to build testapi.c

This file is under version control and should only be rebuilt on
demand.
parent d418c36462a8
No related branches found
No related tags found
No related merge requests found
......@@ -135,14 +135,6 @@
-@(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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment