summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-21 17:49:52 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-21 17:49:52 +0000
commitbede764c6bc9f9b14e30be26d911289ef65afaf1 (patch)
tree90a6191b6da3bdf48d6ec604ae49667b69aeca8b /libdha
parent289882d306708a6895cad97cfded0a8401151fae (diff)
downloadmpv-bede764c6bc9f9b14e30be26d911289ef65afaf1.tar.bz2
mpv-bede764c6bc9f9b14e30be26d911289ef65afaf1.tar.xz
pci_names.c creation fixup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8507 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 af0cd30d1a..6293578d51 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -37,7 +37,7 @@ endif
# .PHONY: all clean
-.c.o:
+.c.o: pci_names.c
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
@@ -63,7 +63,7 @@ distclean:
dep: depend
-depend:
+depend: pci_names.c
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
install: