mirror of https://github.com/mpv-player/mpv
Fix test program linkage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22596 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6222e5c9de
commit
b53a39af47
|
@ -53,7 +53,7 @@ endif
|
|||
pci_names.c: oth/pci.db
|
||||
LC_ALL=C $(AWK) -f pci_db2c.awk $<
|
||||
|
||||
test: $(SHORTNAME)
|
||||
test: pci.o
|
||||
$(CC) test.c -o $@ $^
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in New Issue