summaryrefslogtreecommitdiffstats
path: root/api_examples/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-10 00:55:14 +0100
committerWolfgang Denk <wd@denx.de>2008-01-10 00:55:14 +0100
commitd3a6532cbe263d992f49e86ac95bede28e96f9c8 (patch)
tree687561d091203e912658d34422fb969eb7ab3744 /api_examples/Makefile
parent694976afa5dcc5c4e7eaeaa0612eac35cd5bd8ec (diff)
downloadblackbird-obmc-uboot-d3a6532cbe263d992f49e86ac95bede28e96f9c8.tar.gz
blackbird-obmc-uboot-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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/api_examples/Makefile b/api_examples/Makefile
index 5812bcd337..cb49a9ea79 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
OpenPOWER on IntegriCloud