From 146cbe7e06b0635e9e3e8196b6d0a281f5d8fb33 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Thu, 3 Sep 1998 21:34:31 +0000 Subject: [PATCH] Only run ldconfig if the OBJFORMAT is aout. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index fd1df0afc751..eef0503b4d83 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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.."