K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-08-04T03:43:28.412904Z K 7 svn:log V 235 Ensure libregex is built in time for googletest In lib/Makefile, we document the dependency with SUBDIR_DEPEND For buildworld orchestration, just prebuild libregex if GOOGLETEST is enabled. googletest will get built in a later pass. END