[GRASS-SVN] r37755 - grass/branches/releasebranch_6_4/gem

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 6 05:02:29 EDT 2009


Author: hamish
Date: 2009-06-06 05:02:28 -0400 (Sat, 06 Jun 2009)
New Revision: 37755

Modified:
   grass/branches/releasebranch_6_4/gem/Makefile
Log:
static rule name (merge from trunk)

Modified: grass/branches/releasebranch_6_4/gem/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gem/Makefile	2009-06-06 09:01:02 UTC (rev 37754)
+++ grass/branches/releasebranch_6_4/gem/Makefile	2009-06-06 09:02:28 UTC (rev 37755)
@@ -29,7 +29,9 @@
 	actions.o \
 	main.o
 
-default: $(SRCS) $(HDRS) $(OBJS)
+default: gem
+
+gem: $(SRCS) $(HDRS) $(OBJS)
 	$(CC) $(OBJS) -o gem6 $(CFLAGS) $(CLIBS) $(LDFLAGS)
 
 %.o: %.c
@@ -51,7 +53,7 @@
 
 main.o:	globals.h
 
-install: gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
+install: gem
 	strip gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR);
 	cp gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR) /usr/local/bin
 



More information about the grass-commit mailing list