summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-11 11:52:50 +0000
committerjkh <jkh@FreeBSD.org>1995-01-11 11:52:50 +0000
commit6589032fbf36740b07603bdbe1da0561a53e9d0a (patch)
tree5a172f1af3fe4a60f39273b4d3e83b238df8e575 /Makefile
parent75bdcd257c3df52fda65ebb80f279261479ae459 (diff)
downloadFreeBSD-src-6589032fbf36740b07603bdbe1da0561a53e9d0a.zip
FreeBSD-src-6589032fbf36740b07603bdbe1da0561a53e9d0a.tar.gz
Ack! Mk must go before cleandist in the world rule now. Otherwise
cleandist will fall over at gnu/lib/libreadline/doc when bsd.info.mk is not found.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b5537df..5ea6176 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.31 1994/12/04 02:46:28 ache Exp $
+# $Id: Makefile,v 1.32 1995/01/03 22:03:25 nate Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -103,7 +103,7 @@ CLEANDIR= clean
CLEANDIR= cleandir
.endif
-world: hierarchy cleandist mk includes lib-tools libraries tools
+world: hierarchy mk cleandist includes lib-tools libraries tools
@echo "--------------------------------------------------------------"
@echo " Rebuilding ${DESTDIR} The whole thing"
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud