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