aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/unix/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/unix/Makefile.in')
-rw-r--r--newlib/libc/unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/unix/Makefile.in b/newlib/libc/unix/Makefile.in
index a3bb1b0..7d049ce 100644
--- a/newlib/libc/unix/Makefile.in
+++ b/newlib/libc/unix/Makefile.in
@@ -116,7 +116,7 @@ GENERAL_SOURCES = getcwd.c pread.c pwrite.c sigset.c
ELIX_2_OBJS = ttyname.$(oext)
-ELIX_4_OBJS = getlogin.$(oext) getpass.$(oext) getpwent.$(oext) getut.$(oext)
+ELIX_4_OBJS = basename.$(oext) dirname.$(oext) getlogin.$(oext) getpass.$(oext) getpwent.$(oext) getut.$(oext)
@ELIX_LEVEL_1_TRUE@LIB_OBJS =
@ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@LIB_OBJS = $(ELIX_2_OBJS)