Tom Tromey writes: > There's no automatic way to do this. > But you can write an install-local rule and do it by hand.
Ok, I have done that. Now one last question. What is the "correct" way
to remove a directory when I do not want an error if the directory is
non-empty.
Currently I just do:
rmdir $(DESTDIR)$(rootdir)
Is this ok?
Cheers,
Sean
