gawk -> awk

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4111 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-01-12 17:11:01 +00:00
parent de15f527f6
commit 9e21f49efc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ all: $(LIBNAME) $(SHORTNAME)
pci_names.c:
gzip -d -c oth/pci.db.gz >pci.db
gawk -f pci_db2c.awk pci.db
awk -f pci_db2c.awk pci.db
test:
$(CC) test.c -o test $(SHORTNAME)