summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-01 02:39:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-01 02:39:21 +0000
commit5598bdd3f6e214b4bb2341bbe003f9e45730a263 (patch)
tree358d88b3aeeec0d53a83084d25e54868f82dd67f /cpukit/libmisc/Makefile.am
parentFix typos (diff)
downloadrtems-5598bdd3f6e214b4bb2341bbe003f9e45730a263.tar.bz2
2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libmisc/Makefile.am: Remove stringto/stringto_template.h. * libmisc/stringto/stringto_template.h: Remove.
Diffstat (limited to 'cpukit/libmisc/Makefile.am')
-rw-r--r--cpukit/libmisc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index 2fc0464500..72ed6db5e9 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -138,7 +138,7 @@ 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/stringtounsignedlong.c \
- stringto/stringtounsignedlonglong.c stringto/stringto_template.h
+ stringto/stringtounsignedlonglong.c
## fsmount
noinst_LIBRARIES += libfsmount.a