From owner-freebsd-commit Sun Nov 26 01:52:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24658 for freebsd-commit-outgoing; Sun, 26 Nov 1995 01:52:20 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24607 for cvs-all-outgoing; Sun, 26 Nov 1995 01:52:09 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24563 for cvs-gnu-outgoing; Sun, 26 Nov 1995 01:51:58 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA24539 ; Sun, 26 Nov 1995 01:51:46 -0800 Date: Sun, 26 Nov 1995 01:51:46 -0800 From: Bruce Evans Message-Id: <199511260951.BAA24539@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/lib/libgmp Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/26 01:51:45 Modified: gnu/lib/libgmp Makefile Log: Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR. Changed beforeinstall rule to use `install -C' instead of `cmp -s' and `install -c'. `install -C' has exactly the right semantics for installing headers and should be used elsewhere.