changeset 22578:a7af240446d3

Fix test program linkage.
author diego
date Thu, 15 Mar 2007 08:38:51 +0000
parents a033e5519802
children c1d436fe5189
files libdha/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Thu Mar 15 08:29:24 2007 +0000
+++ b/libdha/Makefile	Thu Mar 15 08:38:51 2007 +0000
@@ -53,7 +53,7 @@
 pci_names.c:	oth/pci.db
 	LC_ALL=C $(AWK) -f pci_db2c.awk $<
 
-test: $(SHORTNAME)
+test: pci.o
 	$(CC) test.c -o $@ $^
 
 clean: