diff options
author | 1996-03-25 07:13:00 +0000 | |
---|---|---|
committer | 1996-03-25 07:13:00 +0000 | |
commit | bc42a0d048014c5a19b6ef3013e2a8d72f6c1958 (patch) | |
tree | 18ad1e59e5ab3ed1fe60d2e95b5f6374a3a3e219 | |
parent | Move thread prototypes back to <sys/proc.h> (diff) | |
download | wireguard-openbsd-bc42a0d048014c5a19b6ef3013e2a8d72f6c1958.tar.xz wireguard-openbsd-bc42a0d048014c5a19b6ef3013e2a8d72f6c1958.zip |
Somewhat better support for building lint library
-rw-r--r-- | lib/libm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 2dc47978fe9..df4a575d7e9 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -120,9 +120,9 @@ SRCS= ${COMMON_SRCS} # Substitute common sources with any arch specific sources .for i in ${ARCH_SRCS} SRCS:=${SRCS:S/${i:S/.S/.c/}/$i/} + LSRCS+=${i:S/.S/.c/} .endfor - MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ cos.3 cosh.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 hypot.3 ieee.3 \ ieee_test.3 j0.3 lgamma.3 math.3 rint.3 sin.3 sinh.3 sqrt.3 \ |