X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common.mak;h=0c48484e0ea29552f2beacdd5120b29530ae669d;hb=0a60f83075883f5d73c7f7f20d00ad31897178c2;hp=751085d86ec1a76a10a3b246882e219948c89fca;hpb=b044e81f069cc97488868c3f2ef393c193644f0c;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"' >$@