Browse Source

Convert CRLF to LF

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33853 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 years ago
parent
commit
56b8315479
2 changed files with 28 additions and 28 deletions
  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