summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 00:56:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 00:56:54 +0000
commit07e412935a4be047470f0072f9d3a37d2ba7570a (patch)
tree1613e4330eedf13d5482051d1f7f0b96122f21e8 /libdha
parent7c2621265907f0f86ac558274d0d3c5758dddd2c (diff)
downloadmpv-07e412935a4be047470f0072f9d3a37d2ba7570a.tar.bz2
mpv-07e412935a4be047470f0072f9d3a37d2ba7570a.tar.xz
SHORTNAME is not a target so it should not be used as prerequisite.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22594 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 16f1811dd8..38439b122e 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -39,7 +39,7 @@ ifneq ($(wildcard svgalib_helper),)
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
endif
-all: pci_names.c $(LIBNAME) $(SHORTNAME)
+all: pci_names.c $(LIBNAME)
$(LIBNAME): $(OBJS_MPLAYER)
ifeq ($(TARGET_WIN32),yes)