From 4b08d9021a2256e9681c4200aff2b0f9cdfb1dd4 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 24 Mar 2007 17:58:46 +0000 Subject: [PATCH] Fix make depend: Declare extra dependencies before the rule. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22809 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdha/Makefile b/libdha/Makefile index 80e94cc663..8c107eb1ad 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -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)