diff --git a/Makefile b/Makefile index c788ab4..b76c613 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ define run-ld endef define run-bin2obj - ls -n $< | awk '{ printf "%s ", $$5 }' | cat - $< | $(ICVM) $(ICBIN2OBJ) > $@ || ( cat $@ ; false ) + wc -c $< | cat - $< | $(ICVM) $(ICBIN2OBJ) > $@ || ( cat $@ ; false ) endef # Build