[libxml2/2.10: 1/11] Remove Makefile rule to build testapi.c
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2/2.10: 1/11] Remove Makefile rule to build testapi.c
- Date: Thu, 25 Aug 2022 11:31:55 +0000 (UTC)
commit 0350a3b2de98218eeb6a667464f0233e84fe32b1
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Thu Aug 18 19:17:37 2022 +0200
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 cb1a0757..eaa9a7a7 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]