diff options
author | wdenk <wdenk> | 2005-01-09 23:48:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-09 23:48:14 +0000 |
commit | 652a10c0965bcbc64dc88fc54e34bedf1612e66b (patch) | |
tree | 97d783f40d83ec79afe1e46d1bc8c55f16c65d41 /examples | |
parent | 6225c5db6cb5a727cbf795678b857b3b66ba0911 (diff) |
* 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
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index a12695bba4c..300ac537224 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) |