Fix make depend: Declare extra dependencies before the rule.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22809 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-24 17:58:46 +00:00
parent 82d3b9466e
commit 4b08d9021a
1 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,8 @@ CFLAGS = -fPIC
all: $(LIBNAME)
dep depend:: pci_names.c
include ../mpcommon.mak
$(LIBNAME): $(OBJS_MPLAYER)
@ -36,8 +38,6 @@ test: pci.o
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)