From owner-cvs-usrbin Tue Apr 9 10:17:40 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26156 for cvs-usrbin-outgoing; Tue, 9 Apr 1996 10:17:40 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26142 Tue, 9 Apr 1996 10:17:33 -0700 (PDT) Date: Tue, 9 Apr 1996 10:17:33 -0700 (PDT) From: Mike Pritchard Message-Id: <199604091717.KAA26142@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xlint/lint1 scan.l tree.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/09 10:17:32 Modified: usr.bin/xlint/lint1 scan.l tree.c Log: Do not include math.h because it isn't used and it causes "make world" to fail if you use the msun math library and blow away /usr/include and then do "make world". This is because the msun math.h isn't installed with the other include files before xlint is built. It finally gets installed when the msun library is built. Perhaps "make world" should install the msun math.h file if it doesn't install the CSRG math.h, to prevent problems like this in the future. Revision Changes Path 1.2 +0 -1 src/usr.bin/xlint/lint1/scan.l 1.2 +0 -1 src/usr.bin/xlint/lint1/tree.c