From 1207fdf074708d3f5daddfc5d2b7f932bcf02e1f Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Mon, 18 Mar 2013 13:52:45 -0400 Subject: [PATCH] Add missing dependency for test-load-systems in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 58d4f52d..59ca17c2 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ t: test-lisp test: test-lisp test-clean-load test-load-systems doc -test-load-systems: +test-load-systems: build/asdf.lisp ./test/run-tests.sh -l ${l} ${s} test-all-lisps: @@ -147,7 +147,7 @@ test-all: doc test-all-lisps test-all-no-stop: -make doc ; for l in ${lisps} ; do make t l=$$l ; make u l=$$l ; done ; true -extract-all-tagged-asdf: +extract-all-tagged-asdf: build/asdf.lisp ./test/run-tests.sh -H # Note that the debian git at git://git.debian.org/git/pkg-common-lisp/cl-asdf.git is stale, -- GitLab