[GRASS-SVN] r40978 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 13 07:53:59 EST 2010
Author: glynn
Date: 2010-02-13 07:53:57 -0500 (Sat, 13 Feb 2010)
New Revision: 40978
Modified:
grass/trunk/Makefile
Log:
Fix r40977 (broken whitespace, missing semicolon)
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2010-02-13 12:07:42 UTC (rev 40977)
+++ grass/trunk/Makefile 2010-02-13 12:53:57 UTC (rev 40978)
@@ -80,11 +80,11 @@
manifests:
ifneq ($(strip $(MINGW)),)
- find $(ARCH_DISTDIR) -type f -name '*.exe' | \
- while read file ; do \
- cmd=`basename "$$file" .exe` \
- sed "s/@CMD@/$$cmd/" mswindows/generic.manifest > "$$file".manifest ; \
- done
+ find $(ARCH_DISTDIR) -type f -name '*.exe' | \
+ while read file ; do \
+ cmd=`basename "$$file" .exe` ; \
+ sed "s/@CMD@/$$cmd/" mswindows/generic.manifest > "$$file".manifest ; \
+ done
endif
$(ARCH_DISTDIR)/%: %
More information about the grass-commit
mailing list