File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33 * Version 1.11 released.
44
5+ 2005-07-19 Bruno Haible <bruno@clisp.org>
6+
7+ * srclib/Makefile.am (libicrt_a_SOURCES): Remove error.h, error.c.
8+ (LIBADD_SOURCE): Add them here.
9+
5102005-07-19 Bruno Haible <bruno@clisp.org>
611
712 * build-aux/config.guess: Update to GNU version 2006-07-02.
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ noinst_LIBRARIES = libicrt.a
3131
3232libicrt_a_SOURCES = \
3333 allocsa.h allocsa.c \
34- error.h error.c \
3534 exit.h \
3635 pathmax.h \
3736 progname.h progname.c progreloc.c \
@@ -44,6 +43,7 @@ libicrt_a_SOURCES = \
4443
4544LIBADD_SOURCE = \
4645 canonicalize.h canonicalize.c \
46+ error.h error.c \
4747 memmove.c \
4848 readlink.c \
4949 relocatable.h relocatable.c \
You can’t perform that action at this time.
0 commit comments