From a564d25227813ab142ec79f06505ecd2565b2c96 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 25 May 2017 15:02:42 +0200 Subject: [PATCH] interface/Makefile.am: drop test target This target may have been introduced by mistake in 1157635374 (add extract_interface for constructing interfaces to other languages, Tue Aug 2 12:58:48 2011 +0200). It definitely stopped working in d192deb9ad (add command line options for output language, Sat Apr 8 05:12:48 2017 +0200). Remove the target since it does not work and does not seem to serve any purpose. Signed-off-by: Sven Verdoolaege --- interface/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/Makefile.am b/interface/Makefile.am index 020d4d37..da3f6a7a 100644 --- a/interface/Makefile.am +++ b/interface/Makefile.am @@ -26,9 +26,6 @@ extract_interface_LDADD = \ CLEANFILES = isl.py isl-noexceptions.h -test: extract_interface - ./extract_interface$(EXEEXT) $(includes) $(srcdir)/all.h - isl.py: extract_interface isl.py.top (cat $(srcdir)/isl.py.top; \ ./extract_interface$(EXEEXT) --language=python $(includes) \ -- 2.11.4.GIT