diff options
Diffstat (limited to 'comfignat.mk')
| -rw-r--r-- | comfignat.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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, |