summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/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/pppd/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 '')
-rw-r--r--cpukit/pppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.