From: Don Armstrong Date: Wed, 19 Mar 2014 16:24:31 +0000 (-0700) Subject: use % in the VERSION_INDICES rule instead of $* X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=8890924866ded6eb91e93a9da1ff847b1433d520 use % in the VERSION_INDICES rule instead of $* --- 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 $^),$^)