aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-01-27 15:08:05 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-01-27 15:08:05 +0000
commit9c2bbd3bab7b00a6c5ab1ea0c14be6f3b9abccce (patch)
treef7904098996cb4f6d5e3ab764da279715d704f61 /Makefile.inc1
parent45908a6a198cc1fc77d6ab7c9a363afa8fdc5427 (diff)
Notes
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 8ba72e1a7ada..82c1deba71a2 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 "--------------------------------------------------------------"