[GRASS-SVN] r46104 - grass/branches/releasebranch_6_4/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 25 20:06:25 EDT 2011


Author: martinl
Date: 2011-04-25 17:06:25 -0700 (Mon, 25 Apr 2011)
New Revision: 46104

Modified:
   grass/branches/releasebranch_6_4/include/Make/Shlib.make
Log:
re-enable unversioned libraries (ln -s)


Modified: grass/branches/releasebranch_6_4/include/Make/Shlib.make
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Shlib.make	2011-04-25 18:48:01 UTC (rev 46103)
+++ grass/branches/releasebranch_6_4/include/Make/Shlib.make	2011-04-26 00:06:25 UTC (rev 46104)
@@ -15,8 +15,7 @@
 LDFLAGS += $(SHLIB_LDFLAGS)
 
 $(SHLIB): $(SHLIB_OBJS)
-	$(SHLIB_LD) -o $@ $(LDFLAGS) $^ $(EXTRA_LIBS) $(DLLMAIN_OBJ)
-	# && \(cd $(ARCH_LIBDIR); ln -f -s $(notdir $@) $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@))
+	$(SHLIB_LD) -o $@ $(LDFLAGS) $^ $(EXTRA_LIBS) $(DLLMAIN_OBJ) && \
+	(cd $(ARCH_LIBDIR); ln -f -s $(notdir $@) $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@))
 
 shlib: $(SHLIB)
-



More information about the grass-commit mailing list