summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 07:02:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 07:02:33 +0000
commit4f647b954a4fef64c000c5cf37885563f5c88a20 (patch)
tree88a448958cbaeaa8fd9b31055ca9b5dd9b2f20c2 /cpukit/telnetd/Makefile.am
parent2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4f647b954a4fef64c000c5cf37885563f5c88a20.tar.bz2
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
Diffstat (limited to 'cpukit/telnetd/Makefile.am')
-rw-r--r--cpukit/telnetd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am
index ec975a983a..895109d14c 100644
--- a/cpukit/telnetd/Makefile.am
+++ b/cpukit/telnetd/Makefile.am
@@ -12,7 +12,7 @@ include_rtems_HEADERS = pty.h telnetd.h
noinst_LIBRARIES += libtelnetd.a
libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
-libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
EXTRA_DIST = README