From 72ef2e6080fbd45695bd9ea4c9e11f89c26ae0ff Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 30 Jan 1996 05:46:35 +0000 Subject: [PATCH] Added 'install' to the inclde-tools target, as it has a new options "-C" which is used when installing the include files. Submitted by: John Hay -- John.Hay@csir.co.za --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05b72161e46..11c16ed88b4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.72 1996/01/01 08:33:17 peter Exp $ +# $Id: Makefile,v 1.73 1996/01/30 05:22:00 nate Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -332,6 +332,8 @@ include-tools: @echo " Rebuild tools necessary to build the include files" @echo "--------------------------------------------------------------" @echo + cd ${.CURDIR}/usr.bin/xinstall && \ + ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/rpcgen && \ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}