summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:53:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:53:29 +0000
commit15729258fc5867d13deb012f35a525645c3cb4c6 (patch)
treeba3db2f185962f34369b971b6d52135509cb34a1 /Makefile
parent494da54eaf11c759f05c703aa635ce1f0324cbb8 (diff)
downloadmpv-15729258fc5867d13deb012f35a525645c3cb4c6.tar.bz2
mpv-15729258fc5867d13deb012f35a525645c3cb4c6.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c539f280f1..5c3714fe13 100644
--- a/Makefile
+++ b/Makefile
@@ -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))