I've got the following makefile:
aoeu/aoeu: aoeu/
        touch $@

%/:
        mkdir -p $@

and get the following:
$ gmake
gmake: *** No rule to make target `aoeu', needed by `aoeu/aoeu'.  Stop.

As a workaround for now, I'll append '.' to my rules.

Noel
-- 
NOTICE: If received in error, please destroy and notify sender.  Sender does not waive 
confidentiality or privilege, and use is prohibited.


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to