Only run ldconfig if the OBJFORMAT is aout.

This commit is contained in:
John Birrell 1998-09-03 21:34:31 +00:00
parent 1086db569a
commit 146cbe7e06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38785

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.3 1998/09/01 00:39:02 jb Exp $
# $Id: Makefile.inc1,v 1.4 1998/09/01 06:07:47 jb Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -361,7 +361,7 @@ reinstall:
@echo " Installing everything.."
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
.if ${MACHINE_ARCH} == "i386"
.if ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "aout"
@echo
@echo "--------------------------------------------------------------"
@echo " Re-scanning the shared libraries.."