summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 17:58:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 17:58:46 +0000
commit4b08d9021a2256e9681c4200aff2b0f9cdfb1dd4 (patch)
treec33e758b4b9ca2fc5676a59a967f9443d0c43821 /libdha
parent82d3b9466e2996d1737cf4d5612c49c3bd031760 (diff)
downloadmpv-4b08d9021a2256e9681c4200aff2b0f9cdfb1dd4.tar.bz2
mpv-4b08d9021a2256e9681c4200aff2b0f9cdfb1dd4.tar.xz
Fix make depend: Declare extra dependencies before the rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22809 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile4
1 files 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)