From b41d481aa4ee6ec916f7bea35dcaf8d35c0a19c1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 9 Aug 2012 03:46:43 +0200 Subject: common.mak: add forgotten hunk from last merge Found-by: jamal Author of the hunk: Mans Rullgard Signed-off-by: Michael Niedermayer --- common.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.mak') 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)/' $^ > $@ -- cgit v1.2.3