From f2d6f4cde9fec14de2808e9df7997d109df43327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Sat, 28 Mar 2015 21:18:27 +0100 Subject: [PATCH] Commented until confirmed working on all platforms --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index f9545387bfa..f935fa99bc2 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -226,7 +226,7 @@ end } configuration {} -aftercompilefile ("\t$(SILENT) gawk -f ../../../../../scripts/depfilter.awk $(@:%.o=%.d) > $(@:%.o=%.dep)\n\t$(SILENT) mv $(@:%.o=%.dep) $(@:%.o=%.d)") +--aftercompilefile ("\t$(SILENT) gawk -f ../../../../../scripts/depfilter.awk $(@:%.o=%.d) > $(@:%.o=%.dep)\n\t$(SILENT) mv $(@:%.o=%.dep) $(@:%.o=%.d)") msgcompile ("Compiling $(subst ../,,$<)...")