From b53a39af47bfffd290c3a458bc11adbcea934017 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 15 Mar 2007 08:38:51 +0000 Subject: [PATCH] Fix test program linkage. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22596 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: