[MPlayer-cvslog] r21839 - trunk/libdha/Makefile
    diego 
    subversion at mplayerhq.hu
       
    Sat Jan  6 16:08:04 CET 2007
    
    
  
Author: diego
Date: Sat Jan  6 16:08:04 2007
New Revision: 21839
Modified:
   trunk/libdha/Makefile
Log:
Fix dependencies for pci_names.c.
based on patch by Carl Eugen Hoyos, cehoyos ag.or at
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Sat Jan  6 16:08:04 2007
@@ -63,8 +63,8 @@
 
 all:    $(LIBNAME) $(SHORTNAME)
 
-pci_names.c:
-	LC_ALL=C $(AWK) -f pci_db2c.awk oth/pci.db
+pci_names.c:	oth/pci.db
+	LC_ALL=C $(AWK) -f pci_db2c.awk $<
 
 test:
 	$(CC) test.c -o test $(SHORTNAME)
    
    
More information about the MPlayer-cvslog
mailing list