From c05f17fe312841574fc82ac06559a4abc4dd50c4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 14 Feb 2017 08:46:15 +0000 Subject: Remove unused cvsignore target --- Examples/test-suite/matlab/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Examples/test-suite/matlab/Makefile.in b/Examples/test-suite/matlab/Makefile.in index 282923765..422713b98 100644 --- a/Examples/test-suite/matlab/Makefile.in +++ b/Examples/test-suite/matlab/Makefile.in @@ -66,9 +66,3 @@ run_testcase = \ clean: $(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" matlab_clean - -cvsignore: - @echo '*wrap* *.mex* *.so *.dll *.exp *.lib' - @echo Makefile - @for i in ${CPP_TEST_CASES} ${C_TEST_CASES}; do echo $$i.m; done - @for i in ${CPP_TEST_CASES} ${C_TEST_CASES}; do if grep -q $${i}_runme.m CVS/Entries ; then echo $${i}_runme.m; fi; done -- cgit v1.2.1