Skip to content

Commit e4c1baa

Browse files
committed
error.o is in LIBOBJS, no need to add it twice to libicrt.a.
1 parent 1225bb7 commit e4c1baa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
510
2005-07-19 Bruno Haible <bruno@clisp.org>
611

712
* build-aux/config.guess: Update to GNU version 2006-07-02.

srclib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ noinst_LIBRARIES = libicrt.a
3131

3232
libicrt_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

4544
LIBADD_SOURCE = \
4645
canonicalize.h canonicalize.c \
46+
error.h error.c \
4747
memmove.c \
4848
readlink.c \
4949
relocatable.h relocatable.c \

0 commit comments

Comments
 (0)