diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-22 08:11:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-22 08:11:24 +0000 |
| commit | e8cb411be55d1c36d4acb1345022c0b21fa63e37 (patch) | |
| tree | e3b28d14c1cc1236ddb7eca381dc625d8fcacb42 /lib/compat | |
| parent | 7fb452755c513459499e19ca9ac2b4768f073110 (diff) | |
Notes
Diffstat (limited to 'lib/compat')
| -rw-r--r-- | lib/compat/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index 99222aa1987e..206c4372d79f 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -7,6 +7,7 @@ beforeinstall: __remove-stale-libs __remove-stale-libs: .PHONY .for lib in ${LIBS} .if exists(${DESTDIR}${SHLIBDIR}/${lib}) + -chflags noschg ${DESTDIR}${SHLIBDIR}/${lib} rm -f ${DESTDIR}${SHLIBDIR}/${lib} .endif .endfor |
