Build: don't echo cc1 copy to build command

This commit is contained in:
bbbbbr
2023-06-06 23:43:05 -07:00
parent fd4e12732c
commit 4e72206dba

View File

@@ -309,7 +309,7 @@ sdcc-install: check-SDCCDIR
@for i in $(SDCC_BINS); do \
cp $(SDCCDIR)/bin/$$i $(BUILDDIR)/bin/ && echo "-> $$i" ; \
done
cp -r $(SDCCDIR)/libexec $(BUILDDIR) && echo "-> cc1"
@cp -r $(SDCCDIR)/libexec $(BUILDDIR) && echo "-> cc1"
# Final binary
binary: