[GRASS-SVN] r55259 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 28 08:58:55 PST 2013


Author: neteler
Date: 2013-02-28 08:58:55 -0800 (Thu, 28 Feb 2013)
New Revision: 55259

Modified:
   grass/branches/develbranch_6/mswindows/Makefile
Log:
dummy default target for non-Windows compilation

Modified: grass/branches/develbranch_6/mswindows/Makefile
===================================================================
--- grass/branches/develbranch_6/mswindows/Makefile	2013-02-28 16:58:48 UTC (rev 55258)
+++ grass/branches/develbranch_6/mswindows/Makefile	2013-02-28 16:58:55 UTC (rev 55259)
@@ -8,6 +8,8 @@
 
 ifneq ($(MINGW),)
 default: GRASS-Packager.bat GRASS-Installer.nsi
+else
+default:
 endif	
 
 GRASS-Packager.bat: GRASS-Packager.bat.tmpl



More information about the grass-commit mailing list