summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index a5ecf0c..a98fd10 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.105 1996/10/05 18:36:38 ache Exp $
+# $Id: Makefile,v 1.106 1996/10/06 02:17:43 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -241,21 +241,6 @@ reinstall:
cd ${.CURDIR} && ${MAKE} mk
@echo
@echo "--------------------------------------------------------------"
- @echo " Rebuilding /usr/include"
- @echo "--------------------------------------------------------------"
- cd ${.CURDIR} && ${MAKE} includes
- @echo
- @echo "--------------------------------------------------------------"
- @echo " Rebuilding dependencies"
- @echo "--------------------------------------------------------------"
- cd ${.CURDIR} && ${MAKE} depend
- @echo
- @echo "--------------------------------------------------------------"
- @echo " Building everything.."
- @echo "--------------------------------------------------------------"
- cd ${.CURDIR} && ${MAKE} all
- @echo
- @echo "--------------------------------------------------------------"
@echo " Installing everything.."
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} install
OpenPOWER on IntegriCloud