summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 22:44:33 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 22:44:33 -0500
commitac18b312307f11c383fd81a59e78991cdd099b7b (patch)
treee662fb8ab869166fa4dc1d6957d9ee6092071d47 /Makefile.in
parentb317c077a10e51f6529a3267d03bc6b2c4a6f229 (diff)
downloadbash-ac18b312307f11c383fd81a59e78991cdd099b7b.tar.gz
commit bash-20060126 snapshot
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c9f9aa21..4882c526 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -200,7 +200,8 @@ SHLIB_SOURCE = ${SH_LIBSRC}/clktck.c ${SH_LIBSRC}/getcwd.c \
${SH_LIBSRC}/mktime.c ${SH_LIBSRC}/strftime.c \
${SH_LIBSRC}/memset.c ${SH_LIBSRC}/xstrchr.c \
${SH_LIBSRC}/zcatfd.c ${SH_LIBSRC}/shmatch.c \
- ${SH_LIBSRC}/strnlen.c ${SH_LIBSRC}/winsize.c
+ ${SH_LIBSRC}/strnlen.c ${SH_LIBSRC}/winsize.c \
+ ${SH_LIBSRC}/eaccess.c
SHLIB_LIB = -lsh
SHLIB_LIBNAME = libsh.a