[GRASS-SVN] r37753 - grass/branches/releasebranch_6_4/gem
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 6 04:55:53 EDT 2009
Author: hamish
Date: 2009-06-06 04:55:53 -0400 (Sat, 06 Jun 2009)
New Revision: 37753
Modified:
grass/branches/releasebranch_6_4/gem/Makefile
Log:
updated binary name (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/gem/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gem/Makefile 2009-06-06 08:53:59 UTC (rev 37752)
+++ grass/branches/releasebranch_6_4/gem/Makefile 2009-06-06 08:55:53 UTC (rev 37753)
@@ -51,10 +51,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