Date: Tue, 9 Apr 1996 10:17:33 -0700 (PDT) From: Mike Pritchard <mpp> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xlint/lint1 scan.l tree.c Message-ID: <199604091717.KAA26142@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604091717.KAA26142>