
10 Jul
2006
10 Jul
'06
2:51 p.m.
Hello,
in message 44B21D7F.5070603@cola.voip.idv.tw you wrote:
I'm using make 3.81-2 that is in Debian etch and sid currently.
This is supposed to be ok.
A test with the attached Makefile: $ touch 1.src $ make make: *** No rule to make target `1.out', needed by `all'. Stop.
This Makefile is not equivlent to what we use in the U-Boot code.
all: 1.out
The "examples/Makefile" is different; it corresponds to:
all: 1.out 1
...and this works fine for me with make 3.81
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
The first 90% of a project takes 90% of the time, the last 10% takes
the other 90% of the time.