From 81ced0e0409471a5d9eac46f79abdf91a97f5f6f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Mar 2010 21:42:15 +0000 Subject: 2010-03-09 Joel Sherrill * libmisc/Makefile.am: Remove duplicate file from list. --- cpukit/libmisc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libmisc/Makefile.am') diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index ec0a9d29c5..90187a15c6 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -138,8 +138,8 @@ libstringto_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/stringto libstringto_a_SOURCES = stringto/stringtodouble.c stringto/stringtofloat.c \ stringto/stringtoint.c stringto/stringtolong.c stringto/stringtolonglong.c \ stringto/stringtopointer.c stringto/stringtounsignedint.c \ - stringto/stringtounsignedchar.c stringto/stringtounsignedint.c \ - stringto/stringtounsignedlong.c stringto/stringtounsignedlonglong.c + stringto/stringtounsignedchar.c stringto/stringtounsignedlong.c \ + stringto/stringtounsignedlonglong.c EXTRA_DIST += stringto/stringto_template.h -- cgit v1.2.3