diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index bb6f6124f86f92743987246dd1500326223c98d4..65ddabec15fa041fb514f4d5d895b222c67ea14e 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -115,7 +115,8 @@ define CatFiles
 		esac; \
 		( dd if=$(1) bs=$$$${bs} conv=sync;  cat $(3) ) > $(5); \
 		if [ `stat -c%s $(5)` -gt $(4) ]; then \
-			echo "Warning: $(1) is too big" >&2; \
+			echo "Warning: $(5) is too big (> $(4) bytes)" >&2; \
+			rm -f $(5); \
 		fi; \
 	else if [ $(2) -gt 262144 -a `stat -c%s "$(1)"` -gt $(2) ]; then \
 		echo "Warning: $(1) is too big" >&2; \