From 3f37dff3672e4ceb012c82085bf6b5a719d50278 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 18 Apr 2008 21:47:51 +0000 Subject: Adjust dependency generation prerequisites to new structure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26463 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vidix/Makefile b/vidix/Makefile index 28ebefe898..bd655a990f 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -33,7 +33,7 @@ PCI_FILES = pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h libs: $(PCI_FILES) -dep depend:: $(PCI_FILES) +.depend: $(PCI_FILES) include ../mpcommon.mak -- cgit v1.2.3