diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-28 17:08:00 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-28 18:15:19 +0100 |
commit | 57b4a3dd2b358b2122736af861c1538acd1eed1a (patch) | |
tree | 4c959f90b1d66fe6989592fe7d05c94c288cabe6 /libavcodec/Makefile | |
parent | 618230c7f44adf2c6acc68028e4117376c9f68db (diff) | |
download | ffmpeg-57b4a3dd2b358b2122736af861c1538acd1eed1a.tar.gz |
build: include sub-makefiles using full path instead of symlinks
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 64a286289d..b781ed7ef3 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -649,7 +649,7 @@ OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \ # well. OBJS-$(!CONFIG_SMALL) += inverse.o --include $(SUBDIR)$(ARCH)/Makefile +-include $(SRC_PATH)/$(SUBDIR)$(ARCH)/Makefile SKIPHEADERS += %_tablegen.h \ %_tables.h \ @@ -678,7 +678,7 @@ DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF) -include $(SUBDIR)../subdir.mak +include $(SRC_PATH)/subdir.mak $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o |