[GRASS-SVN] r33853 - in grass/trunk/imagery: i.modis.qc i.vi

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 13 01:02:55 EDT 2008


Author: glynn
Date: 2008-10-13 01:02:55 -0400 (Mon, 13 Oct 2008)
New Revision: 33853

Modified:
   grass/trunk/imagery/i.modis.qc/Makefile
   grass/trunk/imagery/i.vi/Makefile
Log:
Convert CRLF to LF


Modified: grass/trunk/imagery/i.modis.qc/Makefile
===================================================================
--- grass/trunk/imagery/i.modis.qc/Makefile	2008-10-13 04:41:18 UTC (rev 33852)
+++ grass/trunk/imagery/i.modis.qc/Makefile	2008-10-13 05:02:55 UTC (rev 33853)
@@ -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

Modified: grass/trunk/imagery/i.vi/Makefile
===================================================================
--- grass/trunk/imagery/i.vi/Makefile	2008-10-13 04:41:18 UTC (rev 33852)
+++ grass/trunk/imagery/i.vi/Makefile	2008-10-13 05:02:55 UTC (rev 33853)
@@ -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



More information about the grass-commit mailing list