lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 380de5e 3/5: Rename a 'make' variable


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 380de5e 3/5: Rename a 'make' variable
Date: Tue, 13 Oct 2020 18:17:10 -0400 (EDT)

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

    Rename a 'make' variable
    
    Reserve the "platform_" prefix for variable that vary by platform,
    which 'xml_libraries' no longer does.
---
 configuration.make | 2 +-
 workhorse.make     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configuration.make b/configuration.make
index 3119543..3452ddf 100644
--- a/configuration.make
+++ b/configuration.make
@@ -54,7 +54,7 @@ $(srcdir)/$(platform_makefile):: ;
 #   https://mail.gnome.org/archives/xslt/2001-October/msg00133.html
 #   https://lists.nongnu.org/archive/html/lmi/2020-10/msg00066.html
 
-platform_xml_libraries := \
+xml_libraries := \
   $(shell xmlwrapp-config --libs) \
   -lexslt \
   $(shell xslt-config --libs) \
diff --git a/workhorse.make b/workhorse.make
index 5dfbcbf..9d8ff26 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -742,7 +742,7 @@ $(product_file_sources): tutelary_flag += 
$(product_file_flags)
 
 REQUIRED_LIBS := \
   $(platform_boost_libraries) \
-  $(platform_xml_libraries) \
+  $(xml_libraries) \
 
 wx_ldflags = \
   $(wx_library_paths) $(wx_libraries) \



reply via email to

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