lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d81eecc7 4/7: Prefer $(EXEEXT) to literal ".e


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d81eecc7 4/7: Prefer $(EXEEXT) to literal ".exe" in makefile
Date: Thu, 23 Jun 2022 07:44:18 -0400 (EDT)

branch: master
commit d81eecc7a9bea529ca4aa8a809c9a6b8695ea2a8
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Prefer $(EXEEXT) to literal ".exe" in makefile
---
 msw_wsl.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msw_wsl.make b/msw_wsl.make
index 30dc5e0b..128e4d7f 100644
--- a/msw_wsl.make
+++ b/msw_wsl.make
@@ -65,7 +65,7 @@ compiler_runtime_files := \
 # Programs for which FHS doesn't specify a location.
 
 # Instead of requiring installation of the build system's own libxml2:
-    XMLLINT := $(localbindir)/xmllint.exe
+    XMLLINT := $(localbindir)/xmllint$(EXEEXT)
 
 
################################################################################
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]