summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-24 10:00:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-24 10:00:21 +0000
commitda8c4f3696ebe35b6d3d467d38f5754f338ce004 (patch)
tree853eae0e9724dfb57c6d5cd27b546431b5e767a8 /vidix
parent23a91d9a388df8928adc04a7eefa891742d13988 (diff)
downloadmpv-da8c4f3696ebe35b6d3d467d38f5754f338ce004.tar.bz2
mpv-da8c4f3696ebe35b6d3d467d38f5754f338ce004.tar.xz
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
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
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::