]> granicus.if.org Git - apache/blobdiff - buildconf
Capitalization consistent with the rest of this page.
[apache] / buildconf
index 772610343a12899c863e46f74d37653fa93d94a1..718cad19d4a02d9eae22431ce8286a19d98c3c55 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -226,15 +226,13 @@ if [ -f `which cut` ]; then
     > httpd.spec )
 fi
 
-# ensure that the mod_ssl expression parser sources are never regenerated
+# ensure that the ap_expr expression parser sources are never regenerated
 # when running make
-echo fixing timestamps for mod_ssl sources
-cd modules/ssl
-touch ssl_expr_parse.y
+echo fixing timestamps for ap_expr sources
+cd server
+touch util_expr_parse.y util_expr_scan.l
 sleep 1
-touch ssl_expr_parse.c ssl_expr_parse.h ssl_expr_scan.l
-sleep 1
-touch ssl_expr_scan.c
-cd ../..
+touch util_expr_parse.c util_expr_parse.h util_expr_scan.c
+cd ..
 
 exit 0