# HG changeset patch # User mru # Date 1207602991 0 # Node ID 55b18342ca1e900fd2972358c9dc34238a8a89ed # Parent 204a79a06c9bd5880c560dc10f222b7d57d7c4ac non-recursive makefiles diff -r 204a79a06c9b -r 55b18342ca1e Makefile --- a/Makefile Sat Apr 05 12:47:56 2008 +0000 +++ b/Makefile Mon Apr 07 21:16:31 2008 +0000 @@ -2,7 +2,7 @@ # libavformat Makefile # (c) 2000-2003 Fabrice Bellard # -include ../config.mak +include $(SUBDIR)../config.mak NAME = avformat FFLIBS = avcodec avutil @@ -198,4 +198,4 @@ OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o -include ../common.mak +include $(SUBDIR)../subdir.mak