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
|
${TARGETS}: # ensure existence
|
||||||
|
|
||||||
###### Minix rule to set up mem allocations for boot image services
|
###### Minix rule to set up mem allocations for boot image services
|
||||||
.if defined(INSTALLFLAGS)
|
.if defined(INSTALLFLAGS) && ${COMPILER_TYPE} == "ack"
|
||||||
all: .PHONY memalloc
|
all: .PHONY memalloc
|
||||||
|
|
||||||
memalloc: realall
|
memalloc: realall
|
||||||
|
|
Loading…
Reference in a new issue