[GRASS-SVN] r53259 - grass/trunk/lib/form

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 21 03:33:33 PDT 2012


Author: glynn
Date: 2012-09-21 03:33:33 -0700 (Fri, 21 Sep 2012)
New Revision: 53259

Modified:
   grass/trunk/lib/form/Makefile
Log:
Clean-up


Modified: grass/trunk/lib/form/Makefile
===================================================================
--- grass/trunk/lib/form/Makefile	2012-09-21 10:13:08 UTC (rev 53258)
+++ grass/trunk/lib/form/Makefile	2012-09-21 10:33:33 UTC (rev 53259)
@@ -25,8 +25,7 @@
 LDFLAGS := $(subst $(MACOSX_ARCHS),,$(LDFLAGS)) $(MACOSX_ARCHS_TCLTK)
 endif
 
-LIBES = $(DBMILIB) $(GISLIB) $(DATETIMELIB) $(TCLTKLIBPATH) $(TCLTKLIBS) \
-	$(MATHLIB)
+LIBES = $(DBMILIB) $(GISLIB) $(DATETIMELIB) $(TCLTKLIBPATH) $(TCLTKLIBS)
 
 default: lib $(GTCLTKFORM)
 
@@ -40,4 +39,4 @@
 	$(INSTALL_DATA) $< $@
 
 $(FORMPROG): $(OBJDIR)/form.o | $(FORMDIR)
-	$(call linker_base,$(LINK),$(LDFLAGS),$(MANIFEST_OBJ) $(LIBES))
+	$(call linker)



More information about the grass-commit mailing list