comparison libdha/Makefile @ 4110:54528d9dad53

gawk -> awk
author alex
date Sat, 12 Jan 2002 17:11:01 +0000
parents 64c1e79575df
children 36fb2dcd3ccc
comparison
equal deleted inserted replaced
4109:69eaa003a448 4110:54528d9dad53
25 25
26 all: $(LIBNAME) $(SHORTNAME) 26 all: $(LIBNAME) $(SHORTNAME)
27 27
28 pci_names.c: 28 pci_names.c:
29 gzip -d -c oth/pci.db.gz >pci.db 29 gzip -d -c oth/pci.db.gz >pci.db
30 gawk -f pci_db2c.awk pci.db 30 awk -f pci_db2c.awk pci.db
31 31
32 test: 32 test:
33 $(CC) test.c -o test $(SHORTNAME) 33 $(CC) test.c -o test $(SHORTNAME)
34 34
35 clean: 35 clean: