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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 31 20:12:20 EST 2009


Author: glynn
Date: 2009-01-31 20:12:20 -0500 (Sat, 31 Jan 2009)
New Revision: 35693

Modified:
   grass/trunk/imagery/i.atcorr/Makefile
Log:
Don't try to build i.atcorr if $(CXX) is empty


Modified: grass/trunk/imagery/i.atcorr/Makefile
===================================================================
--- grass/trunk/imagery/i.atcorr/Makefile	2009-01-31 23:23:05 UTC (rev 35692)
+++ grass/trunk/imagery/i.atcorr/Makefile	2009-02-01 01:12:20 UTC (rev 35693)
@@ -9,4 +9,6 @@
 
 LINK = $(CXX)
 
+ifneq ($(CXX),)
 default: cmd
+endif



More information about the grass-commit mailing list