From 3508f4da088e88cace46c71561a0ecde86bbb7a8 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 6 Jan 2007 15:08:04 +0000 Subject: [PATCH] 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 --- libdha/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdha/Makefile b/libdha/Makefile index e254626e2c..8f5aa1dc9c 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -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)