From b60cdf1f9a98a851383b951cd72e89a76aff500b Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 18 Aug 2022 19:17:37 +0200 Subject: [PATCH] Remove Makefile rule to build testapi.c This file is under version control and should only be rebuilt on demand. --- Makefile.am | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index cb1a07573..eaa9a7a7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)