diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-05 18:32:24 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-05 18:32:24 +0000 |
commit | a7c93c3d7a7a26ace8f62c8f2be50c4569228a9d (patch) | |
tree | f7d72e5cea80d2c9f8a4165b3d34e92342964093 /Makefile | |
parent | b736a4db5b604bcec6a57a32d9cd90f60b4e7ce9 (diff) | |
download | src-test-a7c93c3d7a7a26ace8f62c8f2be50c4569228a9d.tar.gz src-test-a7c93c3d7a7a26ace8f62c8f2be50c4569228a9d.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index cdd6b16bdce80..924ad9eb9389e 100644 --- a/Makefile +++ b/Makefile @@ -500,8 +500,9 @@ buildLINT: WITHOUT_META_MODE= .export WITHOUT_META_MODE .else +WITHOUT_STAGING= UPDATE_DEPENDFILE=NO -.export UPDATE_DEPENDFILE +.export UPDATE_DEPENDFILE WITHOUT_STAGING .endif .if make(universe) |