This is an automated email from the ASF dual-hosted git repository.

rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 69b18aa90 Move var in front of first use
69b18aa90 is described below

commit 69b18aa9009ea124ad5f4c3491ee94522b3ff320
Author: Rainer Jung <[email protected]>
AuthorDate: Wed Jun 24 20:04:59 2026 +0200

    Move var in front of first use
---
 native/apache-2.0/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/apache-2.0/Makefile.in b/native/apache-2.0/Makefile.in
index c6961443f..76c1f139e 100644
--- a/native/apache-2.0/Makefile.in
+++ b/native/apache-2.0/Makefile.in
@@ -24,6 +24,7 @@ APXSCFLAGS=@APXSCFLAGS@
 APXSCPPFLAGS=@APXSCPPFLAGS@
 APXSLDFLAGS=@APXSLDFLAGS@
 JKLDFLAGS=-export-symbols-regex ^jk_module\$$
+COMMON=common
 
 CC=@CC@
 SHELL=@SHELL@
@@ -40,7 +41,6 @@ include ${top_srcdir}/${COMMON}/list.mk
 include @APACHE_CONFIG_VARS@
 
 # Local settings ( overriding/appending to Apache's )
-COMMON=common
 JK_INCL=-DUSE_APACHE_MD5 -I${top_builddir}/${COMMON} -I ${top_srcdir}/${COMMON}
 CFLAGS=@apache_include@ @CFLAGS@ ${JK_INCL} ${APXSCPPFLAGS} ${APXSCFLAGS} 
${EXTRA_CFLAGS} ${EXTRA_CPPFLAGS}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to