From b54f68a797491be91f8671ae69c3291aeec74e09 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 5 Oct 2023 03:42:26 -0700 Subject: [PATCH] Add comments to Makefile.local Added comments to Makefile.local about how to force calc to install under /usr/local. --- Makefile.local | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile.local b/Makefile.local index 56ec2f7..caa58ed 100644 --- a/Makefile.local +++ b/Makefile.local @@ -49,6 +49,17 @@ # Comments start with a #-character. # ################################################################### +#### +# +# Force calc to install under /usr/local +# +# BINDIR:= /usr/local/bin +# LIBDIR:= /usr/local/lib +# CALC_SHAREDIR:= /usr/local/share/calc +# CALC_INCDIR:= /usr/local/include/calc +# +#### + #### # RHEL Diagnosing memory, thread, and crash issues: #