Mercurial > mplayer.hg
changeset 26573:d45caec4ba3a
Make the default target depend on the recurse target again so that the
all necessary subdirectories are recursed by default.
author | diego |
---|---|
date | Wed, 30 Apr 2008 12:37:49 +0000 |
parents | cbd512d4a527 |
children | 6fc2079377cd |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Apr 30 12:19:04 2008 +0000 +++ b/Makefile Wed Apr 30 12:37:49 2008 +0000 @@ -694,7 +694,7 @@ TOOLS \ vidix \ -all: $(ALL_PRG) +all: recurse $(ALL_PRG) recurse: for part in $(PARTS); do $(MAKE) -C $$part; done @@ -754,8 +754,6 @@ $(foreach part,$(PARTS),$(eval $(RECURSIVE_RULE))) -$(OBJS): recurse - mplayer$(EXESUF): $(MPLAYER_DEPS) $(CC) -o $@ $^ $(LDFLAGS_MPLAYER)