summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 11:18:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 11:18:01 +0000
commitcf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1 (patch)
tree3263a3b5f2fd84f0cf16d5f6cca8065a8327954c /libdha
parentefdd1c240bfea0932ccd1375add2ca7b155e4107 (diff)
downloadmpv-cf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1.tar.bz2
mpv-cf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1.tar.xz
Unify dep/depend targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile4
-rw-r--r--libdha/kernelhelper/Makefile2
2 files changed, 2 insertions, 4 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index ad7e1f9be9..4363270795 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -76,9 +76,7 @@ distclean: clean
rm -f .depend test
rm -f pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h pci.db
-dep: depend
-
-depend: pci_names.c
+dep depend: pci_names.c
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
install:
diff --git a/libdha/kernelhelper/Makefile b/libdha/kernelhelper/Makefile
index 4afd530fb2..7349718949 100644
--- a/libdha/kernelhelper/Makefile
+++ b/libdha/kernelhelper/Makefile
@@ -17,7 +17,7 @@ install: dhahelper.o
install -m 644 dhahelper.o $(MDIR)/dhahelper.o
depmod -a
-dep:
+dep depend:
clean:
rm -f *.o *~