Mercurial > mplayer.hg
changeset 22791:39cdbfe7d24e
Fix make depend: Declare extra dependencies before the rule.
author | diego |
---|---|
date | Sat, 24 Mar 2007 17:58:46 +0000 |
parents | d1e8f85138e7 |
children | 0dfa9f065505 |
files | libdha/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Sat Mar 24 16:27:25 2007 +0000 +++ b/libdha/Makefile Sat Mar 24 17:58:46 2007 +0000 @@ -20,6 +20,8 @@ all: $(LIBNAME) +dep depend:: pci_names.c + include ../mpcommon.mak $(LIBNAME): $(OBJS_MPLAYER) @@ -36,8 +38,6 @@ clean:: rm -f *.so *.so.* pci_*.c pci_*.h pci.db -dep depend:: pci_names.c - install: -mkdir -p $(LIBDIR) $(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)