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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 17 18:30:17 EST 2012


Author: martinl
Date: 2012-02-17 15:30:16 -0800 (Fri, 17 Feb 2012)
New Revision: 50859

Modified:
   grass/trunk/mswindows/Makefile
Log:
mswindows: fix EXTRA_CLEAN_FILES


Modified: grass/trunk/mswindows/Makefile
===================================================================
--- grass/trunk/mswindows/Makefile	2012-02-17 23:29:07 UTC (rev 50858)
+++ grass/trunk/mswindows/Makefile	2012-02-17 23:30:16 UTC (rev 50859)
@@ -2,7 +2,7 @@
 
 include $(MODULE_TOPDIR)/include/Make/Other.make
 
-EXTRA_CLEAN_FILES = GRASS-Packager.bat GRASS-Installer.bat
+EXTRA_CLEAN_FILES = GRASS-Packager.bat GRASS-Installer.nsi
 
 ifneq ($(MINGW),)
 default: GRASS-Packager.bat GRASS-Installer.nsi



More information about the grass-commit mailing list