[GRASS-SVN] r60807 - grass/trunk/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 12 14:02:57 PDT 2014


Author: glynn
Date: 2014-06-12 14:02:56 -0700 (Thu, 12 Jun 2014)
New Revision: 60807

Added:
   grass/trunk/imagery/i.atcorr/Makefile
Removed:
   grass/trunk/imagery/i.atcorr/makefile
Log:
Fix case of filename


Copied: grass/trunk/imagery/i.atcorr/Makefile (from rev 60790, grass/trunk/imagery/i.atcorr/makefile)
===================================================================
--- grass/trunk/imagery/i.atcorr/Makefile	                        (rev 0)
+++ grass/trunk/imagery/i.atcorr/Makefile	2014-06-12 21:02:56 UTC (rev 60807)
@@ -0,0 +1,15 @@
+MODULE_TOPDIR = ../..
+
+PGM = i.atcorr
+
+include $(MODULE_TOPDIR)/include/Make/Module.make
+
+LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB) $(BTREE2LIB) 
+DEPENDENCIES = $(RASTERDEP) $(GISDEP)
+
+LINK = $(CXX)
+
+ifneq ($(CXX),)
+default: cmd
+endif
+

Deleted: grass/trunk/imagery/i.atcorr/makefile
===================================================================
--- grass/trunk/imagery/i.atcorr/makefile	2014-06-12 18:40:10 UTC (rev 60806)
+++ grass/trunk/imagery/i.atcorr/makefile	2014-06-12 21:02:56 UTC (rev 60807)
@@ -1,15 +0,0 @@
-MODULE_TOPDIR = ../..
-
-PGM = i.atcorr
-
-include $(MODULE_TOPDIR)/include/Make/Module.make
-
-LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB) $(BTREE2LIB) 
-DEPENDENCIES = $(RASTERDEP) $(GISDEP)
-
-LINK = $(CXX)
-
-ifneq ($(CXX),)
-default: cmd
-endif
-



More information about the grass-commit mailing list