On Fri, Dec 17, 2004 at 12:59:42AM +0000, Steve Parker wrote: > Summary: > It seems from http://forum.sun.com/thread.jspa?threadID=18986&tstart=15 > that this was a problem with 2.8.17, fixed in 2.8.18 with a sed command > on line 244 of apache-1.3.33/src/modules/ssl/Makefile: > > 242: ssl_expr_scan.c: ssl_expr_scan.l ssl_expr_parse.h > 243: flex -Pssl_expr_yy -s -B ssl_expr_scan.l > 244: sed -e '/$$Header:/d' <lex.ssl_expr_yy.c >ssl_expr_scan.c > && rm -f lex.ssl_expr_yy.c > You shouldn't need to regenerate these files - most likely a timestamp problem that results in make thinking that the lex/yacc files has been updated later than the output .c and .h - simply touch the output files to make sure they have a newer timestamp, then make won't try to regenerate.
vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
