summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ftpd/Makefile.am2
-rw-r--r--cpukit/pppd/Makefile.am2
-rw-r--r--cpukit/telnetd/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am
index ce67fa67fa..92e730ff10 100644
--- a/cpukit/ftpd/Makefile.am
+++ b/cpukit/ftpd/Makefile.am
@@ -11,7 +11,7 @@ include_HEADERS = ftpd.h
noinst_LIBRARIES += libftpd.a
libftpd_a_SOURCES = ftpd.c ftpd.h
-libftpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+libftpd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
all-local: $(PREINSTALL_FILES)
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index f7caca13a7..ee02c2c8e0 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -14,7 +14,7 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h
-libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+libpppd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
# FIXME: Move sources to libpppd_a_SOURCES, remove other files.
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