summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-22 19:17:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-22 19:17:09 +0000
commitb1459dc199ffbaf93c9da017714935d25ac157b5 (patch)
tree1cc5499e9c603de27d3f7849020bbdf88c2eca6c /c/src/lib/libc/Makefile.in
parentFixed iop/memory leak bug reported by Dan Dickey. (diff)
downloadrtems-b1459dc199ffbaf93c9da017714935d25ac157b5.tar.bz2
Moved reentrant wrappers into their own file.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libc/Makefile.in b/c/src/lib/libc/Makefile.in
index ea9f78709e..c8679128bc 100644
--- a/c/src/lib/libc/Makefile.in
+++ b/c/src/lib/libc/Makefile.in
@@ -12,7 +12,8 @@ LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES=__gettod __brk __times malloc syscalls \
- no_libc newlibc newlibif support unixlibc libio hosterr tcattr
+ no_libc newlibc newlibif newlibifr support unixlibc \
+ libio hosterr tcattr
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)