aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/combo/HOST_linux-x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_linux-x86.mk b/core/combo/HOST_linux-x86.mk
index 4e83dc4c0..deed943a6 100644
--- a/core/combo/HOST_linux-x86.mk
+++ b/core/combo/HOST_linux-x86.mk
@@ -26,5 +26,5 @@ endef
26 26
27# $(1): The file to check 27# $(1): The file to check
28define get-file-size 28define get-file-size
29stat --format "%s" "$(1)" | tr -d '\n' 29stat -c "%s" "$(1)" | tr -d '\n'
30endef 30endef