Commit b41d481a authored by Michael Niedermayer's avatar Michael Niedermayer

common.mak: add forgotten hunk from last merge

Found-by: 's avatarjamal <jamrial@gmail.com>
Author of the hunk: Mans Rullgard <mans@mansr.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bd971dda
......@@ -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)/' $^ > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment