From e807ead29623f052bb5c912a59802a15eda4b6dc Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Wed, 7 Aug 2013 10:29:13 -0500
Subject: [PATCH] Remove recursive invocation of make from test-lisp.

There's no Makefile in tests/.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a91b81b5..94516e87 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ test-clean-load: build/asdf.lisp
 
 # test-glob has been replaced by t, and lisp by l, easier to type
 test-lisp: build/asdf.lisp
-	@cd test; ${MAKE} clean;./run-tests.sh ${l} ${t}
+	@cd test; ./run-tests.sh ${l} ${t}
 t: test-lisp
 
 test: test-lisp test-clean-load test-load-systems doc
-- 
GitLab