summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:05:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:05:49 +0000
commita369ade90dea91af2face83fe0bdb233d0caa1cb (patch)
treed573bb4fce1b7ee420b2765ac7bed6345947b87f /cpukit/librpc/Makefile.am
parent2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de> (diff)
downloadrtems-a369ade90dea91af2face83fe0bdb233d0caa1cb.tar.bz2
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
Diffstat (limited to 'cpukit/librpc/Makefile.am')
-rw-r--r--cpukit/librpc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
index 825c8ac5d1..e48621fb8a 100644
--- a/cpukit/librpc/Makefile.am
+++ b/cpukit/librpc/Makefile.am
@@ -20,7 +20,7 @@ include_rpc_HEADERS = include/rpc/auth.h include/rpc/auth_des.h \
man_MANS =
noinst_LIBRARIES = libxdr.a
-libxdr_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+libxdr_a_CPPFLAGS = $(AM_CPPFLAGS)
libxdr_a_SOURCES = src/xdr/xdr.c src/xdr/xdr_array.c src/xdr/xdr_float.c \
src/xdr/xdr_mem.c src/xdr/xdr_rec.c src/xdr/xdr_reference.c \
@@ -34,7 +34,7 @@ if LIBRPC
man_MANS += $(libxdr_mans)
noinst_LIBRARIES += librpc.a
-librpc_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) $(librpc_CPPFLAGS)
+librpc_a_CPPFLAGS = $(AM_CPPFLAGS) $(librpc_CPPFLAGS)
librpc_a_SOURCES = src/rpc/auth_none.c src/rpc/auth_unix.c \
src/rpc/authunix_prot.c src/rpc/bindresvport.c src/rpc/clnt_generic.c \