* Patch by Daniel Poirot, 10 Oct 2004:
  Add support for Wind River sbc405 board

* Patch by Rainer Brestan, 12 Oct 2004:
  Make examples/Makefile more robust
diff --git a/examples/Makefile b/examples/Makefile
index a12695b..300ac53 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -105,7 +105,7 @@
 
 CPPFLAGS += -I..
 
-all:	.depend $(LIB) $(SREC) $(BIN)
+all:	.depend $(OBJS) $(LIB) $(SREC) $(BIN)
 
 #########################################################################
 $(LIB): .depend $(LIBOBJS)