From owner-cvs-gnu Mon Oct 7 16:38:42 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08975 for cvs-gnu-outgoing; Mon, 7 Oct 1996 16:38:42 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08950; Mon, 7 Oct 1996 16:38:10 -0700 (PDT) Date: Mon, 7 Oct 1996 16:38:10 -0700 (PDT) From: Peter Wemm Message-Id: <199610072338.QAA08950@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libg++ Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/07 16:38:10 Modified: gnu/lib/libg++ Makefile Log: Use ${INSTALL} -C instead of -c. I did it with -C originally, but during testing I changed it to -c to check for missed files by looking at time stamps in /usr/include/g++. Submitted by: "Philippe Charnier" Revision Changes Path 1.16 +2 -2 src/gnu/lib/libg++/Makefile