[GRASS-SVN] r55260 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 28 08:59:09 PST 2013


Author: neteler
Date: 2013-02-28 08:59:09 -0800 (Thu, 28 Feb 2013)
New Revision: 55260

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

Modified: grass/trunk/mswindows/Makefile
===================================================================
--- grass/trunk/mswindows/Makefile	2013-02-28 16:58:55 UTC (rev 55259)
+++ grass/trunk/mswindows/Makefile	2013-02-28 16:59:09 UTC (rev 55260)
@@ -10,6 +10,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