summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/Makefile')
-rw-r--r--libdha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index e254626e2c..8f5aa1dc9c 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -63,8 +63,8 @@ endif
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)