summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-09 03:46:43 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-09 03:50:48 +0200
commitb41d481aa4ee6ec916f7bea35dcaf8d35c0a19c1 (patch)
tree1f8c0cb5e02ecfa8f6562ffbd13b6c5390b49726 /common.mak
parentbd971ddaf47aed588985b33659e403950f71dcc7 (diff)
downloadffmpeg-b41d481aa4ee6ec916f7bea35dcaf8d35c0a19c1.tar.gz
common.mak: add forgotten hunk from last merge
Found-by: jamal <jamrial@gmail.com> Author of the hunk: Mans Rullgard <mans@mansr.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mak b/common.mak
index ab937e7825..43935e7302 100644
--- a/common.mak
+++ b/common.mak
@@ -56,8 +56,8 @@ COMPILE_S = $(call COMPILE,AS)
%.o: %.S
$(COMPILE_S)
-%.ho: %.h
- $(CC) $(CCFLAGS) -c $(CC_O) -x c $<
+%.h.c:
+ $(Q)echo '#include "$*.h"' >$@
%.ver: %.v
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@