On Fri, May 29, 09 at 20:44 +0200, Daniel Vergien wrote: > - if ! test -f "$modf"; then > + if test -f "$modf" > + then > + echo "$modf exists" That's wrong. we don't want that appearing in the Makefiles -- Xtophe