[GRASS-SVN] r73865 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 26 10:06:21 PST 2018


Author: martinl
Date: 2018-12-26 10:06:21 -0800 (Wed, 26 Dec 2018)
New Revision: 73865

Modified:
   grass/trunk/include/Make/Shlib.make
Log:
remove extra line in Shlib.make, see #3718

Modified: grass/trunk/include/Make/Shlib.make
===================================================================
--- grass/trunk/include/Make/Shlib.make	2018-12-26 17:45:35 UTC (rev 73864)
+++ grass/trunk/include/Make/Shlib.make	2018-12-26 18:06:21 UTC (rev 73865)
@@ -12,7 +12,6 @@
 	(cd $(ARCH_LIBDIR); ln -f -s $(notdir $@) $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@))
 else
 	(cd $(ARCH_LIBDIR); cp -a $(notdir $@) $(notdir $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@)))
-
 endif
 
 shlib: $(SHLIB)



More information about the grass-commit mailing list