Synopsis WARNING EC1183: #pragma multi is redundant on patterns. Description This warning is issued when #pragma multi is applied to a pattern rule in GNU Make emulation mode. Reasons GNU Make pattern rules already support the notion of multiple output files produced simultaneously, and therefore #pragma multi is redundant on them. Fixes Remove #pragma multi from the pattern rule; it does nothing, and so removing it should have no effect other than to eliminate the warning.