Mercurial > mplayer.hg
changeset 25492:30fb2aded5b1
pci_db2c.awk creates more than just two .c files, add the rest to the rule.
author | diego |
---|---|
date | Mon, 24 Dec 2007 10:00:21 +0000 |
parents | 0680997b8af0 |
children | fabaf34bd545 |
files | vidix/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/Makefile Mon Dec 24 09:59:47 2007 +0000 +++ b/vidix/Makefile Mon Dec 24 10:00:21 2007 +0000 @@ -46,7 +46,7 @@ rage128_vid.o: radeon_vid.c $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $< -pci_names.c pci_dev_ids.c: pci.db +pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h: pci.db LC_ALL=C awk -f pci_db2c.awk $< $(VIDIX_PCIDB) clean::