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

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


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

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

Modified: grass/branches/develbranch_6/gem/Makefile
===================================================================
--- grass/branches/develbranch_6/gem/Makefile	2009-06-06 08:55:53 UTC (rev 37753)
+++ grass/branches/develbranch_6/gem/Makefile	2009-06-06 09:01:02 UTC (rev 37754)
@@ -31,7 +31,9 @@
 	actions.o \
 	main.o
 
-default: $(SRCS) $(HDRS) $(OBJS)
+default: gem
+
+gem: $(SRCS) $(HDRS) $(OBJS)
 	$(CC) $(OBJS) -o gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR) $(CFLAGS) $(CLIBS) $(LDFLAGS)
 
 %.o: %.c
@@ -53,7 +55,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