[MPlayer-cvslog] r25520 - trunk/vidix/Makefile

diego subversion at mplayerhq.hu
Mon Dec 24 11:00:22 CET 2007


Author: diego
Date: Mon Dec 24 11:00:21 2007
New Revision: 25520

Log:
pci_db2c.awk creates more than just two .c files, add the rest to the rule.


Modified:
   trunk/vidix/Makefile

Modified: trunk/vidix/Makefile
==============================================================================
--- trunk/vidix/Makefile	(original)
+++ trunk/vidix/Makefile	Mon Dec 24 11:00:21 2007
@@ -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::



More information about the MPlayer-cvslog mailing list