Angus Leeming <[EMAIL PROTECTED]> writes:

| when suing a build tree separate from the source tree, I'd expect that 
|       make maintainer-clean
| would result in a build tree empty of all files. However, I find I must add:
>
| rm -rf lib/xfonts
| rm -f src/frontends/qt2/moc/*.C
| rm -f src/frontends/qt2/xforms/*.[Ch]
>
| to achieve this. Could this be added to the targets as appropriate?

What compiler is this?
(and automake autoconf)

Does rm on your box allow  "rm fil1 fil2 -r dir1 dir2"?

maintainer-clean work perfectly for me.

-- 
        Lgb

Reply via email to