From e4d4daff8bc226272c277719e6d06c80d0a81523 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 5 Sep 1997 09:11:24 +0000 Subject: Back out use of -m, since 2.1.x apparently do not have it. (sigh..) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f4c371f..3bbbaf3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.141 1997/08/26 14:15:25 peter Exp $ +# $Id: Makefile,v 1.142 1997/08/31 21:06:40 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -223,9 +223,9 @@ buildworld: @echo "--------------------------------------------------------------" mkdir -p ${WORLDTMP}/usr/bin cd ${.CURDIR}/usr.bin/make && \ - ${IBMAKE} -m${.CURDIR}/share/mk \ + ${IBMAKE} -I${.CURDIR}/share/mk \ ${OBJDIR} clean cleandepend depend && \ - ${IBMAKE} -m${.CURDIR}/share/mk ${MK_FLAGS} \ + ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} \ all install clean cleandepend @echo @echo "--------------------------------------------------------------" -- cgit v1.1