Skip to content
Snippets Groups Projects
Commit 9595f367 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Makefile: fix out of tree builds of .m files


should fix fate failures on darwin

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 6537b898
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ include config.mak ...@@ -4,6 +4,7 @@ include config.mak
vpath %.c $(SRC_PATH) vpath %.c $(SRC_PATH)
vpath %.cpp $(SRC_PATH) vpath %.cpp $(SRC_PATH)
vpath %.h $(SRC_PATH) vpath %.h $(SRC_PATH)
vpath %.m $(SRC_PATH)
vpath %.S $(SRC_PATH) vpath %.S $(SRC_PATH)
vpath %.asm $(SRC_PATH) vpath %.asm $(SRC_PATH)
vpath %.rc $(SRC_PATH) vpath %.rc $(SRC_PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment