[GRASS-SVN] r46874 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 30 10:53:38 EDT 2011


Author: martinl
Date: 2011-06-30 07:53:38 -0700 (Thu, 30 Jun 2011)
New Revision: 46874

Modified:
   grass/trunk/include/Make/Dir.make
Log:
fix r46872


Modified: grass/trunk/include/Make/Dir.make
===================================================================
--- grass/trunk/include/Make/Dir.make	2011-06-30 14:53:06 UTC (rev 46873)
+++ grass/trunk/include/Make/Dir.make	2011-06-30 14:53:38 UTC (rev 46874)
@@ -18,7 +18,7 @@
 installsubdirs:
 	@list='$(SUBDIRS)'; \
 	for subdir in $$list; do \
-	    $(MAKE) -C $$subdir install; \	
+	    $(MAKE) -C $$subdir install ; \
 	done
 
 %-recursive:



More information about the grass-commit mailing list