1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 10:55:43 +00:00

The VIDIX PCI files should be regenerated when the awk script

that creates them is changed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27012 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-07 11:53:29 +00:00
parent 494da54eaf
commit 15729258fc

View File

@ -777,7 +777,7 @@ mp3lib/decode_i586.o: CFLAGS += -fomit-frame-pointer
VIDIX_PCI_FILES = vidix/pci_dev_ids.c vidix/pci_ids.h vidix/pci_names.c \
vidix/pci_names.h vidix/pci_vendors.h
$(VIDIX_PCI_FILES): vidix/pci.db
$(VIDIX_PCI_FILES): vidix/pci.db vidix/pci_db2c.awk
LC_ALL=C awk -f vidix/pci_db2c.awk $< $(VIDIX_PCIDB)
VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d))