From a369ade90dea91af2face83fe0bdb233d0caa1cb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 7 Jan 2005 06:05:49 +0000 Subject: 2005-01-07 Ralf Corsepius * 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. --- cpukit/httpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/httpd') diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am index cf1762d3a1..e111753b37 100644 --- a/cpukit/httpd/Makefile.am +++ b/cpukit/httpd/Makefile.am @@ -22,7 +22,7 @@ libhttpd_a_SOURCES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c \ form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \ security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \ webrom.c webs.c websuemf.c webmain.c -libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS) endif endif -- cgit v1.2.3