Anyone know why libf2c* was renamed to libg2c* in egcs? Does egcs have a replacement for f2c? Would anyone object if I installed the header file, g2c.h, along with the library?
-steve Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/lib/libg2c/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/05/01 22:30:14 1.3 +++ Makefile 1999/05/22 18:35:59 @@ -120,4 +120,8 @@ @mv ${.TARGET}.tmp ${.TARGET} .endif +beforeinstall: + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \ + ${DESTDIR}/usr/include + .include <bsd.lib.mk> To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message