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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 7 12:58:00 PST 2019


Author: martinl
Date: 2019-01-07 12:57:59 -0800 (Mon, 07 Jan 2019)
New Revision: 73921

Modified:
   grass/trunk/include/Make/Shlib.make
Log:
revert r73864, r73865 and r73905

Modified: grass/trunk/include/Make/Shlib.make
===================================================================
--- grass/trunk/include/Make/Shlib.make	2019-01-06 22:11:12 UTC (rev 73920)
+++ grass/trunk/include/Make/Shlib.make	2019-01-07 20:57:59 UTC (rev 73921)
@@ -8,8 +8,8 @@
 
 $(SHLIB): $(SHLIB_OBJS)
 	$(SHLIB_LD) -o $@ $(LDFLAGS) $^ $(LIBES) $(EXTRA_LIBS) $(MATHLIB)
-        # unversioned names are supposed to be symlinks, Windows
-        # doesn't have symlinks, so MinGW's "ln" just copies the file
+ifndef MINGW
 	(cd $(ARCH_LIBDIR); ln -f -s $(notdir $@) $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@))
+endif
 
 shlib: $(SHLIB)



More information about the grass-commit mailing list