summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 08:38:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 08:38:51 +0000
commitb53a39af47bfffd290c3a458bc11adbcea934017 (patch)
treebbe31a1fee1c6944d26598d130e8e9dce88f05c6 /libdha
parent6222e5c9debea73cf6b9795e745de4e57eeeefc4 (diff)
downloadmpv-b53a39af47bfffd290c3a458bc11adbcea934017.tar.bz2
mpv-b53a39af47bfffd290c3a458bc11adbcea934017.tar.xz
Fix test program linkage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22596 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 38439b122e..403a4b60c1 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -53,7 +53,7 @@ endif
pci_names.c: oth/pci.db
LC_ALL=C $(AWK) -f pci_db2c.awk $<
-test: $(SHORTNAME)
+test: pci.o
$(CC) test.c -o $@ $^
clean: