Good day,

I was wondering if there is a valid reason for the following makefile
not to work.

hello : | foo/

hello :
        @echo hello

%/ :
        mkdir $*

thanks,
-boris

Attachment: signature.asc
Description: Digital signature

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

Reply via email to