1 Adding suffix ".c" 2 Adding suffix ".d" 3 defining transformation from `.c' to `.d' 4 inserting ".c" (1) at end of list 5 inserting ".d" (2) at end of list 6 Adding suffix ".e" 7 defining transformation from `.d' to `.e' 8 inserting ".d" (2) at end of list 9 inserting ".e" (3) at end of list 10 Adding suffix ".f" 11 Adding suffix ".g" 12 defining transformation from `.e' to `' 13 inserting ".e" (3) at end of list 14 inserting "" (0) at end of list 15 defining transformation from `.e' to `.f' 16 inserting ".e" (3) at end of list 17 inserting ".f" (4) at end of list 18 defining transformation from `.f' to `.e' 19 inserting ".f" (4) at end of list 20 inserting ".e" (3) at end of list 21 transformation .e complete 22 transformation .e.f complete 23 transformation .f.e complete 24 Wildcard expanding "all"... 25 SuffFindDeps "all" 26 No known suffix on all. Using .NULL suffix 27 adding suffix rules 28 trying all.e...not there 29 trying all.d...not there 30 trying all.f...not there 31 trying all.c...not there 32 trying all.e...not there 33 FindThem: skipping duplicate "all.e" 34 Wildcard expanding "issue10.e"...suffix is ".e"... 35 SuffFindDeps "issue10.e" 36 trying issue10.d...got it 37 suffix is ".d"... 38 SuffFindDeps "issue10.d" 39 trying issue10.c...not there 40 suffix is ".d"... 41 : 'Making issue10.d out of nothing.' 42 make: don't know how to make issue10.e (continuing) 43 `all' not remade because of errors. 44 45 Stop. 46 make: stopped making "all" in unit-tests 47 exit status 1 48