aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-03 21:34:31 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-03 21:34:31 +0000
commit146cbe7e06b0635e9e3e8196b6d0a281f5d8fb33 (patch)
treea955bf8ae8d0fa501a1c8340c32983bfbf610ce4
parent1086db569ade83525e160c0bc1be7c8e30bc5a30 (diff)
downloadsrc-146cbe7e06b0635e9e3e8196b6d0a281f5d8fb33.tar.gz
src-146cbe7e06b0635e9e3e8196b6d0a281f5d8fb33.zip
Only run ldconfig if the OBJFORMAT is aout.
Notes
Notes: svn path=/head/; revision=38785
-rw-r--r--Makefile.inc14
1 files 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.."