summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf11
1 files changed, 11 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 686f4058e3..f3c7974117 100755
--- a/buildconf
+++ b/buildconf
@@ -202,4 +202,15 @@ if [ -f `which cut` ]; then
> httpd.spec )
fi
+# ensure that the mod_ssl expression parser sources are never regenerated
+# when running make
+echo fixing timestamps for mod_ssl sources
+cd modules/ssl
+touch ssl_expr_parse.y
+sleep 1
+touch ssl_expr_parse.c ssl_expr_parse.h ssl_expr_scan.l
+sleep 1
+touch ssl_expr_scan.c
+cd ../..
+
exit 0