diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-04 03:17:10 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-04 03:17:10 +0000 |
| commit | 568f2ee1583dadc7e6bc2b050146c4df25bb169f (patch) | |
| tree | b72446c8d42ce58e1b3f0f2ada984ffcfa011cc9 /share/mk/Makefile | |
| parent | 249f51a492bc82730415727f8f0a4c30e6aaaae7 (diff) | |
Notes
Diffstat (limited to 'share/mk/Makefile')
| -rw-r--r-- | share/mk/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index b088b919eb7d..ac3fd94a7f07 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -6,6 +6,11 @@ # will read this Makefile since it auto includes it into -I. .if ${.CURDIR} == ${.PARSEDIR} +# Avoid creating a Makefile.depend here as it would get included anywhere +# in the build, similar to the problem above. It would cause dirdeps.mk +# to be included more times than desired. +UPDATE_DEPENDFILE= no + .include <src.opts.mk> FILES= \ |
