From 499fec7faf0f9d8cfc2f6f692dbb65f8d3c577a6 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 12 Sep 1994 05:17:15 +0000 Subject: Enable call to beforeinstall for libg++ and add one for libreadline. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14d2ce9fb02c..07810ada6540 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.15 1994/09/03 02:38:28 paul Exp $ +# $Id: Makefile,v 1.16 1994/09/09 20:29:20 csgr Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -163,8 +163,8 @@ includes: chmod 755 ${DESTDIR}/usr/include .endif cd ${.CURDIR}/include && ${MAKE} install -#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall -#XXX cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall + cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall + cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall .if exists(kerberosIV) && !defined(NOCRYPT) && !defined(NOKERBEROS) cd ${.CURDIR}/kerberosIV/include && ${MAKE} install .endif -- cgit v1.2.3