summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/Makefile')
-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)