From 8890924866ded6eb91e93a9da1ff847b1433d520 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 19 Mar 2014 09:24:31 -0700 Subject: [PATCH] use % in the VERSION_INDICES rule instead of $* --- t/test_spool/versions/indices/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test_spool/versions/indices/Makefile b/t/test_spool/versions/indices/Makefile index 81d0321..9a5a760 100644 --- a/t/test_spool/versions/indices/Makefile +++ b/t/test_spool/versions/indices/Makefile @@ -4,6 +4,6 @@ VERSION_INDICES=versions.idx versions_time.idx binsrc.idx srcbin.idx all: $(VERSION_INDICES) -$(VERSION_INDICES): %.idx: %.idx_stubs make_index_from_stubs.pl $*/*.stub +$(VERSION_INDICES): %.idx: %.idx_stubs make_index_from_stubs.pl %.idx_stubs/*.stub $(PERL) $(wordlist 2,2,$^) $@ $(wordlist 3,$(words $^),$^) -- 2.39.2