summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-06 15:08:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-06 15:08:04 +0000
commit3508f4da088e88cace46c71561a0ecde86bbb7a8 (patch)
treeb1bc0a122e5e1f5b5acdaa7f21f187e6426dfcd7 /libdha
parenta52c97540c588d8fa2aa14e94f936bbdcdef8ec4 (diff)
downloadmpv-3508f4da088e88cace46c71561a0ecde86bbb7a8.tar.bz2
mpv-3508f4da088e88cace46c71561a0ecde86bbb7a8.tar.xz
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
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile4
1 files 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)