summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-10 04:27:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-10 04:27:36 +0000
commit0a3c6d89d919367047a1f8d4d71a1fddbe7680db (patch)
treeb9cae58f975e0bd0570b4c0c36169fe92384cb9c /cpukit
parent2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0a3c6d89d919367047a1f8d4d71a1fddbe7680db.tar.bz2
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1985/cpukit * telnetd/Makefile.am: Remove icmds.c.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/telnetd/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6150971a19..c705f3e411 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+ PR 1985/cpukit
+ * telnetd/Makefile.am: Remove icmds.c.
+
+2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
PR 1986/libcpu
* rtems/include/rtems/rtems/cache.h:
Add rtems_cache_aligned_malloc decl.
diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am
index a2b581a700..cb72745e98 100644
--- a/cpukit/telnetd/Makefile.am
+++ b/cpukit/telnetd/Makefile.am
@@ -10,7 +10,7 @@ include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = pty.h telnetd.h passwd.h
project_lib_LIBRARIES = libtelnetd.a
-libtelnetd_a_SOURCES = check_passwd.c des.c icmds.c pty.c telnetd.c
+libtelnetd_a_SOURCES = check_passwd.c des.c pty.c telnetd.c
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
endif