From c0a88f5efad9a373ce24a7c36ac4e41c5477d4c5 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 23 Sep 1994 09:01:20 +0000 Subject: [PATCH] Spell hierarchy correctly :-(. --- Makefile | 10 +++++----- release/Makefile | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 750053872d54..f50bebac1458 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.19 1994/09/19 05:32:31 phk Exp $ +# $Id: Makefile,v 1.20 1994/09/23 08:36:37 rgrimes Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -95,7 +95,7 @@ CLEANDIR= clean CLEANDIR= cleandir .endif -world: hieriarchy cleandist mk includes libraries tools +world: hierarchy cleandist mk includes libraries tools @echo "--------------------------------------------------------------" @echo " Rebuilding ${DESTDIR} The whole thing" @echo "--------------------------------------------------------------" @@ -104,11 +104,11 @@ world: hieriarchy cleandist mk includes libraries tools cd ${.CURDIR}/share/man && ${MAKE} makedb -hieriarchy: +hierarchy: @echo "--------------------------------------------------------------" - @echo " Making hieriarchy" + @echo " Making hierarchy" @echo "--------------------------------------------------------------" - cd ${.CURDIR}/release && ${MAKE} hieriarchy + cd ${.CURDIR}/release && ${MAKE} hierarchy update: .if defined(SUP_UPDATE) diff --git a/release/Makefile b/release/Makefile index fdf5f3b3576c..f487f742a886 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,9 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.1 1994/09/23 08:28:25 rgrimes Exp $ # MTREE_DIR= ${.CURDIR}/../etc/mtree -hieriarchy: +hierarchy: # If this exits with an error code of 2 your file hieriarchy was # modified for some reason, please read the mtree output to understand # what was changed, then run the command again.