On Wed, May 26, 2010 at 02:07:34PM -0400, Christos Zoulas wrote:
> Module Name:  src
> Committed By: christos
> Date:         Wed May 26 18:07:34 UTC 2010
> 
> Modified Files:
>       src/usr.bin/mkdep: mkdep.c
> 
> Log Message:
> fix empty suffix case.

Thanks again. But still not quite right, the .o extension remains
while according to the man page it should be removed.

nj...@lanfeust [~]> mkdep -p -f main.dep main.c
nj...@lanfeust [~]>  cat main.dep
main.o: main.c
nj...@lanfeust [~]> mkdep -s '' -f main.dep main.c
nj...@lanfeust [~]> cat main.dep
main.o: main.c

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.

Reply via email to