1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Unbroke PRECIOUSLIB feature (broken in rev 1.88).

Original version submitted by:	Jim Bloom <bloom@acm.org>
Reviewed by:	bde
Approved by:	jkh
This commit is contained in:
Ruslan Ermilov 2000-02-03 09:36:17 +00:00
parent 4af90a4da4
commit 1a66233dfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56971

View File

@ -280,7 +280,7 @@ _INSTALLFLAGS:= ${INSTALLFLAGS}
.for ie in ${INSTALLFLAGS_EDIT}
_INSTALLFLAGS:= ${_INSTALLFLAGS${ie}}
.endfor
_SHLINSTALLFLAGS:= ${INSTALLFLAGS}
_SHLINSTALLFLAGS:= ${SHLINSTALLFLAGS}
.for ie in ${INSTALLFLAGS_EDIT}
_SHLINSTALLFLAGS:= ${_SHLINSTALLFLAGS${ie}}
.endfor