Commented until confirmed working on all platforms

This commit is contained in:
Miodrag Milanović 2015-03-28 21:18:27 +01:00
parent 8d8415135f
commit f2d6f4cde9

View File

@ -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 ../,,$<)...")