[GRASS-SVN] r38865 - grass/trunk/lib/manage

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 25 15:10:22 EDT 2009


Author: glynn
Date: 2009-08-25 15:10:22 -0400 (Tue, 25 Aug 2009)
New Revision: 38865

Modified:
   grass/trunk/lib/manage/Makefile
Log:
Use the default library type rather than forcing a static library


Modified: grass/trunk/lib/manage/Makefile
===================================================================
--- grass/trunk/lib/manage/Makefile	2009-08-25 16:12:27 UTC (rev 38864)
+++ grass/trunk/lib/manage/Makefile	2009-08-25 19:10:22 UTC (rev 38865)
@@ -9,4 +9,4 @@
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 EXTRA_LIBS = $(GISLIB) $(VECTLIB) $(G3DLIB)
 
-default: stlib $(ARCH_INCDIR)/list.h
+default: lib $(ARCH_INCDIR)/list.h



More information about the grass-commit mailing list