Add comments to Makefile.local

Added comments to Makefile.local about how to force calc to install
under /usr/local.
This commit is contained in:
Landon Curt Noll
2023-10-05 03:42:26 -07:00
parent 77d7e665e0
commit b54f68a797

View File

@@ -49,6 +49,17 @@
# Comments start with a #-character. # # 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: # RHEL Diagnosing memory, thread, and crash issues:
# #