Mercurial > mplayer.hg
changeset 26487:1b0dfff7c323
Make sure necessary header files are created before recursing.
author | diego |
---|---|
date | Thu, 24 Apr 2008 17:26:57 +0000 |
parents | ee14643f03d2 |
children | a347dc8f3dcd |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Apr 24 16:49:31 2008 +0000 +++ b/Makefile Thu Apr 24 17:26:57 2008 +0000 @@ -490,7 +490,7 @@ for part in $(PARTS); do $(MAKE) -C $$part; done DEPS = $(SRCS_COMMON:.c=.d) $(SRCS_MPLAYER:.c=.d) $(SRCS_MENCODER:.c=.d) -$(DEPS): help_mp.h version.h codecs.conf.h +$(DEPS) recurse: help_mp.h version.h codecs.conf.h dep depend: $(DEPS) for part in $(PARTS); do $(MAKE) -C $$part .depend; done