From 15729258fc5867d13deb012f35a525645c3cb4c6 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 7 Jun 2008 11:53:29 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3