diff options
| author | cgd <cgd@NetBSD.org> | 1993-07-09 10:09:31 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-07-09 10:09:31 +0000 |
| commit | aacbd3b3e372b4b6684873361683eff4baee79ae (patch) | |
| tree | 9298619b0e40e2dfd3f43122480de9c0a107ac79 /lib/libc/stdlib | |
| parent | 49693da854388487d3d5e248a4d900dfe4b2afd7 (diff) | |
don't include an extra atof.c...
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 27ec7ca07a8..8da95e4b1c9 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -11,7 +11,7 @@ SRCS+= abort.c atexit.c atoi.c atof.c atol.c bsearch.c calloc.c div.c exit.c \ .if (${MACHINE} == "hp300") SRCS+= abs.s atof.c .elif (${MACHINE} == "i386") -SRCS+= abs.s atof.c +SRCS+= abs.s .elif (${MACHINE} == "tahoe") SRCS+= abs.s atof.s .elif (${MACHINE} == "vax") |
