freebsd-dev/usr.bin/xlint
Mike Pritchard 778413c81b 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.
1996-04-09 17:17:31 +00:00
..
lint1 Do not include math.h because it isn't used and it causes 1996-04-09 17:17:31 +00:00
lint2 Jochen Pohl's lint(1) from NetBSD. Yet another import. 1995-11-05 15:56:42 +00:00
llib Don't build the special case lint libraries. 1996-03-31 22:18:46 +00:00
xlint Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
Makefile Don't build the special case lint libraries. 1996-03-31 22:18:46 +00:00