Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define.
We'll never install math.h wrapped by this define since msun's math.h is using, so it should be removed from the source tree at some point (after merge of useful stuff to msun's math.h which is installing now to /usr/include) Reviewed by: bde
This commit is contained in:
parent
3626f83327
commit
20ad349dbb
@ -21,9 +21,6 @@ FILES= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \
|
||||
signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \
|
||||
string.h stringlist.h strings.h sysexits.h tar.h time.h timers.h \
|
||||
ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h
|
||||
.if defined(WANT_CSRG_LIBM)
|
||||
FILES+= math.h
|
||||
.endif
|
||||
|
||||
ARPAFILES= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user