From 151b01a7c9ceaa25bc84d3f07c3cf1438110f181 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 17 Aug 1998 17:03:31 +0000 Subject: Re-add bits to allow ``make reinstall'' or a boched ``make install'' to be retried. --- lang/glibstdc++28/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lang/glibstdc++28') diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 61a7cd58ced0..27651b96cccf 100644 --- a/lang/glibstdc++28/Makefile +++ b/lang/glibstdc++28/Makefile @@ -4,7 +4,7 @@ # Date created: 03 Mar 1998 # Whom: David O'Brien # -# $Id: Makefile,v 1.8 1998/08/17 02:03:20 obrien Exp $ +# $Id: Makefile,v 1.9 1998/08/17 06:40:16 hoek Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -26,6 +26,11 @@ GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_SUB= GCC28SUBDIR=${GCC28DIR} +pre-install: + @# allow a boched ``make install'' to be re-tried + @${RM} -rf ${PREFIX}/include/g++ + @${MKDIR} ${PREFIX}/include/g++ + post-install: ${RM} -rf ${PREFIX}/${GCC28DIR}/include/g++ ${MV} ${PREFIX}/include/g++ \ -- cgit v1.2.3