summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/Makefile')
-rw-r--r--libdha/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index aab984fafa..537f026e08 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -34,8 +34,7 @@ $(LIBNAME): $(OBJS)
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 oth/pci.db
test:
$(CC) test.c -o test $(SHORTNAME)