Mercurial > mplayer.hg
changeset 26600:914b1cee2a4f
Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse
target so that their directories will be recursed unconditionally.
author | diego |
---|---|
date | Thu, 01 May 2008 14:02:35 +0000 |
parents | ebdaff17896e |
children | 590710d64e84 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu May 01 13:49:53 2008 +0000 +++ b/Makefile Thu May 01 14:02:35 2008 +0000 @@ -690,10 +690,7 @@ TOOLS \ vidix \ -all: recurse $(ALL_PRG) - -recurse: - for part in $(PARTS); do $(MAKE) -C $$part; done +all: $(ALL_PRG) %.d: %.c $(MPDEPEND_CMD) > $@ @@ -744,7 +741,7 @@ endif define RECURSIVE_RULE -$(part)/$(part).a: +$(part)/$(part).a: recurse $(MAKE) -C $(part) endef