]> git.donarmstrong.com Git - bugscan.git/commitdiff
use % in the VERSION_INDICES rule instead of $*
authorDon Armstrong <don@donarmstrong.com>
Wed, 19 Mar 2014 16:24:31 +0000 (09:24 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 19 Mar 2014 16:24:31 +0000 (09:24 -0700)
t/test_spool/versions/indices/Makefile

index 81d03211021bc986c16bfe58208e04a78cb9fa67..9a5a760a27dc15c17a5bc324ce36ee1d8f6909e3 100644 (file)
@@ -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 $^),$^)