diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-01-10 00:55:14 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-01-10 00:55:14 +0100 | 
| commit | d3a6532cbe263d992f49e86ac95bede28e96f9c8 (patch) | |
| tree | 687561d091203e912658d34422fb969eb7ab3744 /api_examples/Makefile | |
| parent | 694976afa5dcc5c4e7eaeaa0612eac35cd5bd8ec (diff) | |
| download | olio-uboot-2014.01-d3a6532cbe263d992f49e86ac95bede28e96f9c8.tar.xz olio-uboot-2014.01-d3a6532cbe263d992f49e86ac95bede28e96f9c8.zip | |
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'api_examples/Makefile')
| -rw-r--r-- | api_examples/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/api_examples/Makefile b/api_examples/Makefile index 5812bcd33..cb49a9ea7 100644 --- a/api_examples/Makefile +++ b/api_examples/Makefile @@ -71,7 +71,7 @@ $(BIN):  $(obj)%.bin:	$(obj)%  		$(OBJCOPY) -O binary $< $@ 2>/dev/null -$(obj)crc32.c:  +$(obj)crc32.c:  	@rm -f $(obj)crc32.c  	ln -s $(src)../lib_generic/crc32.c $(obj)crc32.c |