From 272ada83bfe8badfdfeea2cdb28b1c258bbcfc7e Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 20 Jun 1995 08:01:36 +0000 Subject: Compile and install xxgdbiowin. It is required by the "iowin" feature of the debugger. Pointed-out by: murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy) --- devel/xxgdb/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'devel/xxgdb/Makefile') diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile index f0b128cbd4ad..de1512bbf224 100644 --- a/devel/xxgdb/Makefile +++ b/devel/xxgdb/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1995 # Whom: jkh # -# $Id: Makefile,v 1.8 1995/04/09 10:05:08 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/05/03 05:39:09 asami Exp $ # DISTNAME= xxgdb-1.11 @@ -15,4 +15,14 @@ MAINTAINER= asami@FreeBSD.ORG USE_IMAKE= yes +# This isn't included in the original Imakefile for some reason. +# Yes, I know this will recompile the program every time, but +# we have the cookie anyway and it's much easier this way +# than modifying the Imakefile. +post-build: + cd ${WRKSRC}; gcc -o xxgdbiowin -m486 -O2 xxgdbiowin.c + +post-install: + install -c -s ${WRKSRC}/xxgdbiowin ${PREFIX}/bin + .include -- cgit v1.2.3