diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-18 20:13:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-18 20:13:13 +0000 |
commit | 0fe8d5df2c21ce62cea6cfb426965dab019af3c6 (patch) | |
tree | b302e7a7c3ff8d393183b64a4f44018e664de881 /libc/misc/internals/Makefile | |
parent | 7b6a9548ee32cb45913384fd321f53f46fcd1d3d (diff) |
Update temp file handling and use a single function to do all
the heavy lifting (most of the heavy lifting stolen from glibc,
but reduced a bit).
Diffstat (limited to 'libc/misc/internals/Makefile')
-rw-r--r-- | libc/misc/internals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile index 2f0496d9a..b5d23f734 100644 --- a/libc/misc/internals/Makefile +++ b/libc/misc/internals/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -CSRC=ultostr.c ltostr.c __uClibc_main.c +CSRC=ultostr.c ltostr.c __uClibc_main.c tempname.c ifeq ($(HAS_FLOATS),true) CSRC += dtostr.c zoicheck.c endif |