[U-Boot-Users] [PATCH] fix for "make doesn't know how to make target in examples/"

Andreas Schweigstill andreas at schweigstill.de
Mon Jul 10 12:28:45 CEST 2006


Dear all!

Wen-chien Jesse Sung schrieb:
 > ------------------------------------------------------------------------
 >
 > %.out:	%
 > 	cp $< $@
 > 	echo $@
 >
 > %:	%.src
 > 	cp $< $@
 > 	echo $@
 >
 > all:	1.out
 > 	echo $@
 >
 >
 > ------------------------------------------------------------------------

I have tested the Makefile on a Suse 9.3 Professional system with
GNU make 3.80 (RPM package version make-3.80-187) and it fails
there, too.

But if I add the line

1.out: 1

everything is working.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/




More information about the U-Boot mailing list