[GRASS-SVN] r55258 - grass/branches/releasebranch_6_4/mswindows

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


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

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

Modified: grass/branches/releasebranch_6_4/mswindows/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/Makefile	2013-02-28 16:49:06 UTC (rev 55257)
+++ grass/branches/releasebranch_6_4/mswindows/Makefile	2013-02-28 16:58:48 UTC (rev 55258)
@@ -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