summaryrefslogtreecommitdiffstats
path: root/api_examples/Makefile
diff options
context:
space:
mode:
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