瀏覽代碼

Convert CRLF to LF

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33853 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父節點
當前提交
56b8315479
共有 2 個文件被更改,包括 28 次插入28 次删除
  1. 14 14
      imagery/i.modis.qc/Makefile
  2. 14 14
      imagery/i.vi/Makefile

+ 14 - 14
imagery/i.modis.qc/Makefile

@@ -1,14 +1,14 @@
-MODULE_TOPDIR = ../..
-
-PGM = i.modis.qc
-
-LIBES = $(GISLIB)
-DEPENDENCIES = $(GISDEP)
-
-include $(MODULE_TOPDIR)/include/Make/Module.make
-
-ifneq ($(USE_LARGEFILES),)
-	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
-endif
-
-default: cmd
+MODULE_TOPDIR = ../..
+
+PGM = i.modis.qc
+
+LIBES = $(GISLIB)
+DEPENDENCIES = $(GISDEP)
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+ifneq ($(USE_LARGEFILES),)
+	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
+endif
+
+default: cmd

+ 14 - 14
imagery/i.vi/Makefile

@@ -1,14 +1,14 @@
-MODULE_TOPDIR = ../..
-
-PGM = i.vi
-
-LIBES = $(GISLIB)
-DEPENDENCIES = $(GISDEP)
-
-include $(MODULE_TOPDIR)/include/Make/Module.make
-
-ifneq ($(USE_LARGEFILES),)
-	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
-endif
-
-default: cmd
+MODULE_TOPDIR = ../..
+
+PGM = i.vi
+
+LIBES = $(GISLIB)
+DEPENDENCIES = $(GISDEP)
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+ifneq ($(USE_LARGEFILES),)
+	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
+endif
+
+default: cmd