mirror of https://github.com/mpv-player/mpv
Fix dependencies for pci_names.c.
based on patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21839 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a52c97540c
commit
3508f4da08
|
@ -63,8 +63,8 @@ endif
|
|||
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue