]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Handle machine-dependent (stdlib) sources more automatically.
authorbde <bde@FreeBSD.org>
Thu, 16 Oct 1997 14:58:30 +0000 (14:58 +0000)
committerbde <bde@FreeBSD.org>
Thu, 16 Oct 1997 14:58:30 +0000 (14:58 +0000)
commitd1bc3e7989dac636cb0d935dd11ab98278452972
tree155eb983f939cb84362f34d955c15499a94788be
parent8306d4d37d0b6da9cb301c277574a6acfacf0222
Handle machine-dependent (stdlib) sources more automatically.

This fixes bugs in the manual handling.  abs.[cS] was handled too
specially and the wrong (.c) variant for each of div.[cS], labs.[cS]
and ldiv.[cS] was added to SRCS.  This caused the .c variant to be
used if `depend' was made and the .S version to be used otherwise.
lib/libc/i386/stdlib/Makefile.inc
lib/libc/stdlib/Makefile.inc