Kill an errant libg++ entry.

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-14 16:52:44 +00:00
parent 0a1c887538
commit 9e091cd68f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2068

View File

@ -1,5 +1,5 @@
# #
# $Id$ # $Id: Makefile,v 1.6 1994/08/13 22:47:28 jkh Exp $
# #
# Make command line options: # Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib # -DCLOBBER will remove /usr/include and MOST of /usr/lib
@ -141,7 +141,7 @@ includes:
chmod 755 ${DESTDIR}/usr/include chmod 755 ${DESTDIR}/usr/include
.endif .endif
cd ${.CURDIR}/include && ${MAKE} install 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 cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall
.if !defined(NOCRYPT) .if !defined(NOCRYPT)
cd ${.CURDIR}/kerberosIV/include && ${MAKE} install cd ${.CURDIR}/kerberosIV/include && ${MAKE} install