[cvs-nhc98] Do not corrupt /dev/null when installing nhc98 as root!

Malcolm Wallace malcolm@sparud.net
Fri, 12 Jan 2001 19:20:26 +0100 (CET)


malcolm: Fri Jan 12 19:20:26 CET 2001

Update of /usr/src/master/nhc
In directory hinken:/tmp/cvs-serv8410

Modified Files:
	configure 
Log Message:
Do not corrupt /dev/null when installing nhc98 as root!
The cause was
    $(CC) -o /dev/null rd.c
which removes the device and creates an ordinary file (but only when
the caller is root).