Hi Adam,
Not really a bug .... 'test.c' and 'test.o' ship with the source and are
listed in the MANIFEST. 'test.c' is explicitly marked for cleanup.
If, having built Params-Util-0.35, we run 'make clean' or 'make
realclean', those 2 files are removed. And then, if we subsequently try
to rebuild the module we get:
Warning: the following files are missing in your kit:
test.c
test.o
Please inform the author.
(Assuming there's no need for 'test.c' and 'test.o' to ship with the
source, they could be removed and the MANIFEST adjusted accordingly.)
Cheers,
Rob