Don't duplicate -E argument in ccE mode

This commit is contained in:
Jack Nagel 2013-08-31 11:14:38 -05:00
parent 803a408b1d
commit 41ac74524d

View File

@ -94,7 +94,7 @@ class Cmd
when :cc
cflags + args + cppflags
when :ccE
%w{-E} + args + cppflags
args + cppflags
when :cpp
args + cppflags
when :ld