From owner-cvs-gnu Sun Aug 17 14:26:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA23724 for cvs-gnu-outgoing; Sun, 17 Aug 1997 14:26:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA23610; Sun, 17 Aug 1997 14:24:41 -0700 (PDT) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA05729; Sun, 17 Aug 1997 14:24:07 -0700 (PDT) Date: Sun, 17 Aug 1997 14:24:07 -0700 (PDT) Message-Id: <199708172124.OAA05729@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libgmp Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1997/08/17 14:24:07 PDT Modified files: gnu/lib/libgmp Makefile Log: during the ,beforeinstall' target mp.h has to be installed as well to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world. Revision Changes Path 1.12 +3 -1 src/gnu/lib/libgmp/Makefile