From ce31eb2262388ff2e65eeaa8e15c38cf3eb010ab Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 23 May 1999 10:02:46 +0000 Subject: [PATCH] Install g2c.h header incase others want to call libg2c from C. Submitted by: Steve --- gnu/lib/libg2c/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/lib/libg2c/Makefile b/gnu/lib/libg2c/Makefile index 510142b20793..5c2a581be1f2 100644 --- a/gnu/lib/libg2c/Makefile +++ b/gnu/lib/libg2c/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1999/05/01 22:23:29 obrien Exp $ +# $Id: Makefile,v 1.3 1999/05/01 22:30:14 obrien Exp $ EGCSDIR= ${.CURDIR}/../../../contrib/egcs @@ -120,4 +120,8 @@ ${E77OBJS:.o=.po}: f2cext.c @mv ${.TARGET}.tmp ${.TARGET} .endif +beforeinstall: + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \ + ${DESTDIR}/usr/include + .include