Mercurial > mplayer.hg
diff libdha/Makefile @ 21821:2a0a1f974172
Fix dependencies for pci_names.c.
based on patch by Carl Eugen Hoyos, cehoyos ag.or at
author | diego |
---|---|
date | Sat, 06 Jan 2007 15:08:04 +0000 |
parents | ec4092ce08fe |
children | a678ff4617fd |
line wrap: on
line diff
--- a/libdha/Makefile Sat Jan 06 14:40:05 2007 +0000 +++ b/libdha/Makefile Sat Jan 06 15:08:04 2007 +0000 @@ -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)