浏览代码

Fix https://trac.osgeo.org/grass/changeset/40977 (broken whitespace, missing semicolon)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40978 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 15 年之前
父节点
当前提交
87ed4b17e9
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      Makefile

+ 5 - 5
Makefile

@@ -80,11 +80,11 @@ default:
 
 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)/%: %