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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 2 05:19:52 EST 2011


Author: martinl
Date: 2011-03-02 02:19:51 -0800 (Wed, 02 Mar 2011)
New Revision: 45514

Modified:
   grass/branches/develbranch_6/gem/Makefile
Log:
gem/Makefile: revert r45429 (already disabled in ./Makefile)


Modified: grass/branches/develbranch_6/gem/Makefile
===================================================================
--- grass/branches/develbranch_6/gem/Makefile	2011-03-02 10:00:39 UTC (rev 45513)
+++ grass/branches/develbranch_6/gem/Makefile	2011-03-02 10:19:51 UTC (rev 45514)
@@ -31,7 +31,6 @@
 	actions.o \
 	main.o
 
-ifneq ($(MSYSTEM),MINGW32)
 default: gem
 
 gem: $(SRCS) $(HDRS) $(OBJS)
@@ -62,9 +61,4 @@
 
 clean:
 	-rm -f *.o *.bak core *~ gem$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
-else
-default:
-install:
-clean:
-endif
 



More information about the grass-commit mailing list