From 4f647b954a4fef64c000c5cf37885563f5c88a20 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 7 Jan 2005 07:02:33 +0000 Subject: 2005-01-07 Ralf Corsepius * 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. --- c/src/support/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/support/Makefile.am') diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am index 2427bdee38..55b549e7fa 100644 --- a/c/src/support/Makefile.am +++ b/c/src/support/Makefile.am @@ -9,6 +9,6 @@ AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\" noinst_LIBRARIES = libsupport.a libsupport_a_SOURCES = version.c -libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3