summaryrefslogtreecommitdiff
path: root/libguile/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-06-20 14:35:06 +0200
committerAndy Wingo <wingo@pobox.com>2018-06-20 14:35:06 +0200
commitd04ff278f588411a447303354df9c05d1dd23473 (patch)
tree3045a16796d15b309be2d9a3ba215916ec713bb6 /libguile/Makefile.am
parentc495b44714788e0c7bdf56c703cecfcc30c536f6 (diff)
downloadguile-d04ff278f588411a447303354df9c05d1dd23473.tar.gz
Remove unneeded memmove.c and strerror.c files
* libguile/memmove.c: * libguile/strerror.c: Remove; these must be present for C99. * libguile/Makefile.am (EXTRA_libguile_@GUILE_EFFECTIVE_VERSION@_la_SOURCES): Remove files.
Diffstat (limited to 'libguile/Makefile.am')
-rw-r--r--libguile/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 1175f485e..53e1e7f92 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -459,7 +459,6 @@ all-local: guile-procedures.texi
EXTRA_libguile_@GUILE_EFFECTIVE_VERSION@_la_SOURCES = \
syscalls.h \
- memmove.c strerror.c \
dynl.c regex-posix.c \
posix.c net_db.c socket.c \
debug-malloc.c \