From 562e312d139cfc7c699455a4934114bf90cbc285 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 19 Jan 1995 22:41:25 +0000 Subject: [PATCH] Added `compile_et' and `mk_cmds' to lib-tools target, as they are needed to build `libss'. Also delete bogus old /usr/sbin/compile_et at this time (sorry, it was the only way I could think of to make sure it died). --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 348daa7791fe..4d3222c45013 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.33 1995/01/11 11:52:50 jkh Exp $ +# $Id: Makefile,v 1.34 1995/01/13 21:00:05 wollman Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -234,6 +234,11 @@ lib-tools: ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/nm && \ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} + cd ${.CURDIR}/usr.bin/compile_et && \ + ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} && \ + rm -f /usr/sbin/compile_et + cd ${.CURDIR}/usr.bin/mk_cmds && \ + ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} libraries: @echo "--------------------------------------------------------------"