Mercurial > mplayer.hg
changeset 18483:42e57ea2b91f
Make depend targets consistent: Remove redirection through .depend target.
author | diego |
---|---|
date | Sat, 13 May 2006 18:01:04 +0000 |
parents | 91c4c26c4d0d |
children | 28fd6f89e1b8 |
files | Gui/Makefile libmpdvdkit2/Makefile |
diffstat | 2 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/Makefile Sat May 13 17:12:55 2006 +0000 +++ b/Gui/Makefile Sat May 13 18:01:04 2006 +0000 @@ -45,7 +45,7 @@ ### TARGETS ### -$(LIBNAME): .depend $(OBJS) +$(LIBNAME): $(OBJS) rm -f $(LIBNAME) $(AR) rc $(LIBNAME) $(OBJS) $(MPLAYEROBJS) $(RANLIB) $(LIBNAME) @@ -70,9 +70,7 @@ dep: depend -depend: .depend - -.depend: Makefile config.mak +depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend #