diff -urN u-boot-1.0.0.orig/examples/Makefile u-boot-1.0.0/examples/Makefile --- u-boot-1.0.0.orig/examples/Makefile 2003-10-14 20:43:56.000000000 +0100 +++ u-boot-1.0.0/examples/Makefile 2003-12-03 11:21:04.000000000 +0000 @@ -104,7 +104,7 @@ $(OBJCOPY) -O srec $(<:.o=) $@ %.bin: %.srec - $(OBJCOPY) -O binary $< $@ 2>/dev/null + $(OBJCOPY) -O binary $(<:.srec=) $@ 2>/dev/null #########################################################################