summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 14:22:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 14:22:45 +0000
commit89b6beb3d5a7ab4c81475b4c259f00f29f86e228 (patch)
tree871d5d6a891b438b43ba8977f17a7f677787c597 /libdha
parenta1202d6267f5c75aaa843386193605e714843b5a (diff)
downloadmpv-89b6beb3d5a7ab4c81475b4c259f00f29f86e228.tar.bz2
mpv-89b6beb3d5a7ab4c81475b4c259f00f29f86e228.tar.xz
Remove unnecessary explicit dependency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22799 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 32734381f1..21369ddb7d 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -20,7 +20,7 @@ ifneq ($(wildcard svgalib_helper),)
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
endif
-all: pci_names.c $(LIBNAME)
+all: $(LIBNAME)
include ../mpcommon.mak