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) ...@@ -56,8 +56,8 @@ COMPILE_S = $(call COMPILE,AS)
%.o: %.S %.o: %.S
$(COMPILE_S) $(COMPILE_S)
%.ho: %.h %.h.c:
$(CC) $(CCFLAGS) -c $(CC_O) -x c $< $(Q)echo '#include "$*.h"' >$@
%.ver: %.v %.ver: %.v
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@ $(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