# HG changeset patch # User diego # Date 1173947931 0 # Node ID a7af240446d3359ca418b8d5f10f31e135365a3e # Parent a033e551980240b4890c9062aacaa5f306de1b38 Fix test program linkage. diff -r a033e5519802 -r a7af240446d3 libdha/Makefile --- 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: