summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanović <mmicko@gmail.com>2015-03-28 21:18:27 +0100
committer Miodrag Milanović <mmicko@gmail.com>2015-03-28 21:18:27 +0100
commitf2d6f4cde9fec14de2808e9df7997d109df43327 (patch)
tree982956ba4f2c15fe793d0f04e580d2b9040d2186
parent8d8415135fa39bb891a92ef970ba8068736845d7 (diff)
Commented until confirmed working on all platforms
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
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 ../,,$<)...")