[GRASS-SVN] r37752 - grass/branches/develbranch_6/gem

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 6 04:53:59 EDT 2009


Author: hamish
Date: 2009-06-06 04:53:59 -0400 (Sat, 06 Jun 2009)
New Revision: 37752

Modified:
   grass/branches/develbranch_6/gem/Makefile
Log:
updated binary name

Modified: grass/branches/develbranch_6/gem/Makefile
===================================================================
--- grass/branches/develbranch_6/gem/Makefile	2009-06-06 08:15:38 UTC (rev 37751)
+++ grass/branches/develbranch_6/gem/Makefile	2009-06-06 08:53:59 UTC (rev 37752)
@@ -53,10 +53,10 @@
 
 main.o:	globals.h
 
-install: gem6
-	strip gem6;
-	cp gem6 /usr/local/bin
+install: gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
+	strip gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR);
+	cp gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR) /usr/local/bin
 
 clean:
-	-rm -f *.o *.bak core *~ gem6
+	-rm -f *.o *.bak core *~ gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
 



More information about the grass-commit mailing list