Fix test program linkage.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22596 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 08:38:51 +00:00
parent 6222e5c9de
commit b53a39af47
1 changed files with 1 additions and 1 deletions

View File

@ -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: