bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dependency rule stripping trailing '/'


From: Noel Yap
Subject: dependency rule stripping trailing '/'
Date: Thu, 23 Oct 2003 12:40:10 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]