X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common.mak;h=0c48484e0ea29552f2beacdd5120b29530ae669d;hb=a8e0d51bb8141bbe64d4e22aec72742199208192;hp=751085d86ec1a76a10a3b246882e219948c89fca;hpb=ff3b59c848b62ca926be676fe8f31765fe34d66f;p=ffmpeg diff --git a/common.mak b/common.mak index 751085d86ec..0c48484e0ea 100644 --- a/common.mak +++ b/common.mak @@ -56,6 +56,9 @@ COMPILE_S = $(call COMPILE,AS) %.o: %.S $(COMPILE_S) +%.i: %.c + $(CC) $(CCFLAGS) $(CC_E) $< + %.h.c: $(Q)echo '#include "$*.h"' >$@