lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 008477a 3/5: Rename a makefile variable, for


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 008477a 3/5: Rename a makefile variable, for concinnity
Date: Thu, 30 Sep 2021 20:43:51 -0400 (EDT)

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

    Rename a makefile variable, for concinnity
    
    Cf. $(wx_ldflags), which is similarly produced by
      $(shell some-config-script --libs)
---
 workhorse.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workhorse.make b/workhorse.make
index 9a18d01..2c31e14 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -193,7 +193,7 @@ endif
 #   https://mail.gnome.org/archives/xslt/2001-October/msg00133.html
 #   https://lists.nongnu.org/archive/html/lmi/2020-10/msg00066.html
 
-xml_libraries := \
+xml_ldflags := \
   $(shell xmlwrapp-config --libs) \
   -lexslt \
   $(shell xslt-config --libs) \
@@ -772,7 +772,7 @@ $(product_file_sources): tutelary_flag += 
$(product_file_flags)
 #   http://boost.org/more/faq.htm
 
 REQUIRED_LIBS := \
-  $(xml_libraries) \
+  $(xml_ldflags) \
 
 
################################################################################
 



reply via email to

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