Install precious programs with -S.

This commit is contained in:
ru 2004-11-12 13:24:34 +00:00
parent 891fcc9766
commit 3ff8bfc8dc

View File

@ -115,9 +115,12 @@ _EXTRADEPEND:
.if !target(install)
.if defined(PRECIOUSPROG) && !defined(NOFSCHG)
.if defined(PRECIOUSPROG)
.if !defined(NOFSCHG)
INSTALLFLAGS+= -fschg
.endif
INSTALLFLAGS+= -S
.endif
_INSTALLFLAGS:= ${INSTALLFLAGS}
.for ie in ${INSTALLFLAGS_EDIT}