mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Only include bsd.compiler.mk for bmakes that use -m .../share/mk by default.
Otherwise they error when trying to include the file, which also has its own dependencies. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
94bb24b387
commit
6f4b2e7f5c
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -103,7 +103,9 @@
|
|||
|
||||
# This is included so CC is set to ccache for -V, and COMPILER_TYPE/VERSION
|
||||
# can be cached for sub-makes.
|
||||
.if ${MAKE_VERSION} >= 20140620
|
||||
.include <bsd.compiler.mk>
|
||||
.endif
|
||||
|
||||
# Note: we use this awkward construct to be compatible with FreeBSD's
|
||||
# old make used in 10.0 and 9.2 and earlier.
|
||||
|
|
|
|||
Loading…
Reference in a new issue