bsd.prog.mk: skip 'install -S' rule for GCC/clang
This commit is contained in:
parent
4a8ceeebff
commit
4dece73bf0
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ cleanextra: .PHONY
|
|||
${TARGETS}: # ensure existence
|
||||
|
||||
###### Minix rule to set up mem allocations for boot image services
|
||||
.if defined(INSTALLFLAGS)
|
||||
.if defined(INSTALLFLAGS) && ${COMPILER_TYPE} == "ack"
|
||||
all: .PHONY memalloc
|
||||
|
||||
memalloc: realall
|
||||
|
|
Loading…
Reference in a new issue