# HG changeset patch # User Rik # Date 1457670405 28800 # Node ID 10c32f940636e893920be82b285a5fb3b7cf2fba # Parent 1da428cbf401573ef60c3fa74cc0bbec47934c90 common.mk: Add comment that SHLLINKEXT variable may be unnececssary. * common.mk: Add comment that SHLLINKEXT variable may be unnececssary. diff -r 1da428cbf401 -r 10c32f940636 build-aux/common.mk --- 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.