Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
21820:cd705f30bb31 | 21821:2a0a1f974172 |
---|---|
61 ln -sf $(LIBNAME) $(VSHORTNAME) | 61 ln -sf $(LIBNAME) $(VSHORTNAME) |
62 endif | 62 endif |
63 | 63 |
64 all: $(LIBNAME) $(SHORTNAME) | 64 all: $(LIBNAME) $(SHORTNAME) |
65 | 65 |
66 pci_names.c: | 66 pci_names.c: oth/pci.db |
67 LC_ALL=C $(AWK) -f pci_db2c.awk oth/pci.db | 67 LC_ALL=C $(AWK) -f pci_db2c.awk $< |
68 | 68 |
69 test: | 69 test: |
70 $(CC) test.c -o test $(SHORTNAME) | 70 $(CC) test.c -o test $(SHORTNAME) |
71 | 71 |
72 clean: | 72 clean: |