help-make
[Top][All Lists]
Advanced

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

make claims foo cannot be built


From: Ian Lynagh
Subject: make claims foo cannot be built
Date: Tue, 29 Dec 2009 13:02:16 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

Hi all,

Can anyone explain why make claims that foo cannot be built with this
Makefile please? Looking at the "Implicit Rule Search Algorithm" in the
info page it looks to me like it should work fine.

##############################
default: foo
        @echo default

f%: bar
        @echo This is $@ with $*

z%:
        @echo This is $@ with $*

%: zzz
        @echo This is the general rule for $@
##############################


Thanks
Ian

Attachment: Makefile
Description: Text document


reply via email to

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