From 98502e443dc12c648ea5e01e732dc517c4825a1e Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 14 Aug 1994 16:52:44 +0000 Subject: [PATCH] Kill an errant libg++ entry. Submitted by: jkh --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ceb312e17b6..c9a75f810b9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.6 1994/08/13 22:47:28 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -141,7 +141,7 @@ includes: chmod 755 ${DESTDIR}/usr/include .endif cd ${.CURDIR}/include && ${MAKE} install - cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall +#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall .if !defined(NOCRYPT) cd ${.CURDIR}/kerberosIV/include && ${MAKE} install -- 2.45.0