From 73346409346b52937eb3048a394ce27ecaa12cb6 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Thu, 26 Dec 2013 20:11:48 +0100 Subject: Exclude the current working directory from VPATH. --- comfignat.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfignat.mk b/comfignat.mk index ba5054a..f481b20 100644 --- a/comfignat.mk +++ b/comfignat.mk @@ -376,7 +376,7 @@ endif # default values for optional arguments should be set in the options variables # instead. -VPATH += ${make_srcdir} ${make_builddir} +VPATH += ${filter-out .,${make_srcdir} ${make_builddir}} # VPATH is a list of directories that Make should search for prerequisites. # If VPATH has been defined as simply expanded before this file was included, -- cgit v1.2.3