From da8c4f3696ebe35b6d3d467d38f5754f338ce004 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 24 Dec 2007 10:00:21 +0000 Subject: pci_db2c.awk creates more than just two .c files, add the rest to the rule. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25520 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vidix/Makefile b/vidix/Makefile index cd9ab4b2c8..61c747bcae 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -46,7 +46,7 @@ mga_crtc2_vid.o: mga_vid.c 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:: -- cgit v1.2.3