summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 53759845f9..13e789e974 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -31,7 +31,7 @@ all: $(LIBNAME) $(SHORTNAME)
pci_names.c:
gzip -d -c oth/pci.db.gz >pci.db
- awk -f pci_db2c.awk pci.db
+ $(AWK) -f pci_db2c.awk pci.db
test:
$(CC) test.c -o test $(SHORTNAME)