summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
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