changeset 21435:10c32f940636

common.mk: Add comment that SHLLINKEXT variable may be unnececssary. * common.mk: Add comment that SHLLINKEXT variable may be unnececssary.
author Rik <rik@octave.org>
date Thu, 10 Mar 2016 20:26:45 -0800
parents 1da428cbf401
children b0920076dd98
files build-aux/common.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/common.mk	Thu Mar 10 19:00:37 2016 -0500
+++ b/build-aux/common.mk	Thu Mar 10 20:26:45 2016 -0800
@@ -14,7 +14,9 @@
 
 AM_YFLAGS = -dv
 
-SHLLINKEXT=
+# FIXME: This seems unnecessary as of 3/10/2016.
+# Commenting out definition and re-configuring made no change to Makefile
+SHLLINKEXT =
 
 # Fortran compiler flags.