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-native.git


The following commit(s) were added to refs/heads/main by this push:
     new a026f9bbf Fix new syntax error in makefile
a026f9bbf is described below

commit a026f9bbf686ea67650e4acb0281d50ef0ba399a
Author: Rainer Jung <[email protected]>
AuthorDate: Tue Jun 23 00:04:25 2026 +0200

    Fix new syntax error in makefile
---
 native/NMAKEmakefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/NMAKEmakefile.inc b/native/NMAKEmakefile.inc
index f17aa5bbd..5d6e7a112 100644
--- a/native/NMAKEmakefile.inc
+++ b/native/NMAKEmakefile.inc
@@ -121,7 +121,6 @@ CPU=$(PROCESSOR_ARCHITECTURE)
 !ERROR Must specify CPU environment variable (X86, X64) $(CPU)
 !ENDIF
 !ENDIF
-!ENDIF
 
 !IF !DEFINED(TARGET) || "$(TARGET)" == ""
 TARGET=EXE
@@ -319,4 +318,5 @@ AFLAGS = /coff /Zi /c
 ML = ml64.exe
 AFLAGS = /Zi /c
 !ENDIF
+!ENDIF
 


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

Reply via email to