summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a4c2e29..fe2a04ba 100644
--- a/Makefile
+++ b/Makefile
@@ -258,7 +258,7 @@ arm7:
$(MAKE) -C arm7
$(BINFILES): %.bin: %.sbin
- cp $< $@
+ @cp $< $@
$(ELF): $(O_FILES) $(BUILD_DIR)/$(LD_SCRIPT) $(BINFILES)
# Hack because mwldarm doesn't like the sbin suffix