From 3f94c6185439438eff3207471faa1de9c8c06a0b Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 26 Apr 2008 12:47:24 +0000 Subject: Merge vidix/Makefile into top-level Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26548 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/pci_db2c.awk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vidix/pci_db2c.awk') diff --git a/vidix/pci_db2c.awk b/vidix/pci_db2c.awk index 38bfca1407..eecdb31714 100644 --- a/vidix/pci_db2c.awk +++ b/vidix/pci_db2c.awk @@ -33,11 +33,11 @@ BEGIN { } in_file = ARGV[1]; with_pci_db = ARGV[2]; - vendor_file = "pci_vendors.h"; - ids_file = "pci_ids.h" - name_file = "pci_names.c" - name_h_file = "pci_names.h" - dev_ids_file = "pci_dev_ids.c" + vendor_file = "vidix/pci_vendors.h"; + ids_file = "vidix/pci_ids.h" + name_file = "vidix/pci_names.c" + name_h_file = "vidix/pci_names.h" + dev_ids_file = "vidix/pci_dev_ids.c" line=0; # print out head lines print_head(vendor_file); -- cgit v1.2.3