From 652a10c0965bcbc64dc88fc54e34bedf1612e66b Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 9 Jan 2005 23:48:14 +0000 Subject: * 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 --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index a12695bba4..300ac53722 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -105,7 +105,7 @@ clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`) CPPFLAGS += -I.. -all: .depend $(LIB) $(SREC) $(BIN) +all: .depend $(OBJS) $(LIB) $(SREC) $(BIN) ######################################################################### $(LIB): .depend $(LIBOBJS) -- cgit v1.2.1