changeset 21821:2a0a1f974172

Fix dependencies for pci_names.c. based on patch by Carl Eugen Hoyos, cehoyos ag.or at
author diego
date Sat, 06 Jan 2007 15:08:04 +0000
parents cd705f30bb31
children fc4ce8a91a2e
files libdha/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Sat Jan 06 14:40:05 2007 +0000
+++ b/libdha/Makefile	Sat Jan 06 15:08:04 2007 +0000
@@ -63,8 +63,8 @@
 
 all:    $(LIBNAME) $(SHORTNAME)
 
-pci_names.c:
-	LC_ALL=C $(AWK) -f pci_db2c.awk oth/pci.db
+pci_names.c:	oth/pci.db
+	LC_ALL=C $(AWK) -f pci_db2c.awk $<
 
 test:
 	$(CC) test.c -o test $(SHORTNAME)