diff Makefile @ 30046:844755b5d7b6

Do not autogenerate vidix/pci_names.h. Its contents is always the same, so there is no point in generating it.
author diego
date Sun, 20 Dec 2009 17:49:07 +0000
parents e05b7683063c
children fb44c9cb05fa
line wrap: on
line diff
--- a/Makefile	Sun Dec 20 17:42:35 2009 +0000
+++ b/Makefile	Sun Dec 20 17:49:07 2009 +0000
@@ -896,7 +896,7 @@
 vidix/%: CFLAGS += $(CFLAGS_DHAHELPER) $(CFLAGS_SVGALIB_HELPER)
 
 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_vendors.h
 
 $(VIDIX_PCI_FILES): vidix/pci_db2c.awk vidix/pci.db
 	$^ $(VIDIX_PCIDB)