[GRASS-SVN] r50855 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 17 17:58:29 EST 2012
Author: martinl
Date: 2012-02-17 14:58:29 -0800 (Fri, 17 Feb 2012)
New Revision: 50855
Modified:
grass/trunk/mswindows/Makefile
Log:
fix broken r50854
Modified: grass/trunk/mswindows/Makefile
===================================================================
--- grass/trunk/mswindows/Makefile 2012-02-17 22:53:08 UTC (rev 50854)
+++ grass/trunk/mswindows/Makefile 2012-02-17 22:58:29 UTC (rev 50855)
@@ -6,7 +6,7 @@
SUBDIRS =
ifneq ($(MINGW),)
- default: GRASS-Packager.bat GRASS-Installer.nsi
+default: GRASS-Packager.bat GRASS-Installer.nsi
endif
GRASS-Packager.bat: GRASS-Packager.bat.tmpl
@@ -16,7 +16,7 @@
-e 's#@GRASS_VERSION_RELEASE@#$(GRASS_VERSION_RELEASE)#' \
$< > $@
-GRASS-Installer.bat: GRASS-Installer.bat.tmpl
+GRASS-Installer.nsi: GRASS-Installer.nsi.tmpl
sed \
-e 's#@GRASS_VERSION_SVN@#$(GRASS_VERSION_SVN)#' \
-e 's#@GRASS_VERSION_MAJOR@#$(GRASS_VERSION_MAJOR)#' \
More information about the grass-commit
mailing list