summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-22 06:14:18 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-22 06:14:18 +0000
commit0a8dc1a9440fc1c4e706f5d346895f67a329ce54 (patch)
treebb05e1c410a1c0ac81ea3f4be160222010060a73 /libc/stdlib/Makefile
parentc132ecc38fe4508e9dbd97ec9ada86d6637d97ae (diff)
Add in random(), make rand use that under the hood. Fix the
include file so folks know random is now there.
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 092de4d94..123841959 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -38,7 +38,7 @@ MOBJ2=atexit.o exit.o
CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c abs.c bsearch.c \
- mkstemp.c putenv.c rand.c setenv.c system.c div.c ldiv.c
+ mkstemp.c putenv.c rand.c random.c setenv.c system.c div.c ldiv.c
ifeq ($(HAS_FLOATS),true)
CSRC += strtod.c
endif