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:
diego 2007-01-06 15:08:04 +00:00
parent a52c97540c
commit 3508f4da08
1 changed files with 2 additions and 2 deletions

View File

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