Mercurial > mplayer.hg
diff vidix/Makefile @ 22789:12ae53050d94
Remove multistage recursion for the vidix subdirectory and recurse from the
top-level Makefile only.
author | diego |
---|---|
date | Sat, 24 Mar 2007 16:06:22 +0000 |
parents | d3f9def2f3e7 |
children | bddb09395c3e |
line wrap: on
line diff
--- a/vidix/Makefile Sat Mar 24 15:26:13 2007 +0000 +++ b/vidix/Makefile Sat Mar 24 16:06:22 2007 +0000 @@ -4,16 +4,4 @@ SRCS_MPLAYER = vidixlib.c -libs: - $(MAKE) -C drivers - -clean:: - $(MAKE) -C drivers clean - -distclean:: - $(MAKE) -C drivers distclean - -dep depend:: - $(MAKE) -C drivers depend - include ../mpcommon.mak