From f6a5e11fa3624d2fc5a2402066e22e1d052101bc Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 17 Jan 2012 15:58:08 +0000 Subject: Makefile: fix make distclean w.r.t. test-suite No need for a distclean rule in test-suite, since the root-level distclean already launches clean, which launches clean in test-suite, and this one does the job git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14915 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 876ac58386..b0d243e214 100644 --- a/Makefile +++ b/Makefile @@ -221,7 +221,6 @@ cleanconfig: rm -f config/Makefile config/coq_config.ml dev/ocamldebug-v7 ide/undo.mli distclean: clean cleanconfig - $(MAKE) -C test-suite distclean voclean: rm -f states/*.coq -- cgit v1.2.3