[GRASS-SVN] r61313 - in grass/branches/releasebranch_7_0: . imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 22 02:48:50 PDT 2014


Author: neteler
Date: 2014-07-22 02:48:50 -0700 (Tue, 22 Jul 2014)
New Revision: 61313

Added:
   grass/branches/releasebranch_7_0/imagery/i.atcorr/Makefile
Removed:
   grass/branches/releasebranch_7_0/imagery/i.atcorr/makefile
Modified:
   grass/branches/releasebranch_7_0/
Log:
i.atcorr: Fix case of filename (trunk, r60807)


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:60219,61275,61288,61290,61292,61294,61301
   + /grass/trunk:60219,60807,61275,61288,61290,61292,61294,61301

Copied: grass/branches/releasebranch_7_0/imagery/i.atcorr/Makefile (from rev 60807, grass/trunk/imagery/i.atcorr/Makefile)
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.atcorr/Makefile	                        (rev 0)
+++ grass/branches/releasebranch_7_0/imagery/i.atcorr/Makefile	2014-07-22 09:48:50 UTC (rev 61313)
@@ -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/branches/releasebranch_7_0/imagery/i.atcorr/makefile
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.atcorr/makefile	2014-07-22 08:37:05 UTC (rev 61312)
+++ grass/branches/releasebranch_7_0/imagery/i.atcorr/makefile	2014-07-22 09:48:50 UTC (rev 61313)
@@ -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