summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-27 15:08:05 +0000
committerjkh <jkh@FreeBSD.org>1999-01-27 15:08:05 +0000
commit5d8d3b87c1cd1a085cb0983a3b58b87c45d4aff3 (patch)
treeeceffdf55693369939e0bd78ceaaeee1a644e738 /Makefile.inc1
parent76aad88d08738f8158ac336b410bd7d6d71ad45f (diff)
downloadFreeBSD-src-5d8d3b87c1cd1a085cb0983a3b58b87c45d4aff3.zip
FreeBSD-src-5d8d3b87c1cd1a085cb0983a3b58b87c45d4aff3.tar.gz
further refine the upgrade process.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8ba72e1..82c1deb 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.59 1999/01/20 05:45:57 markm Exp $
+# $Id: Makefile.inc1,v 1.61 1999/01/23 08:44:17 markm Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -363,7 +363,7 @@ reinstall:
@echo "--------------------------------------------------------------"
@echo ">>> Re-scanning the shared libraries.."
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; /sbin/ldconfig -R
+ -cd ${.CURDIR}; /sbin/ldconfig -R
.endif
@echo
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud