[GRASS-SVN] r34176 - grass/branches/develbranch_6/lib/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 7 05:33:30 EST 2008


Author: neteler
Date: 2008-11-07 05:33:29 -0500 (Fri, 07 Nov 2008)
New Revision: 34176

Modified:
   grass/branches/develbranch_6/lib/iostream/Makefile
Log:
glynn: Move C++ check into iostream/Makefile (merge from trunk, r34175)

Modified: grass/branches/develbranch_6/lib/iostream/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/iostream/Makefile	2008-11-07 08:07:36 UTC (rev 34175)
+++ grass/branches/develbranch_6/lib/iostream/Makefile	2008-11-07 10:33:29 UTC (rev 34176)
@@ -9,4 +9,8 @@
 	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
 endif
 
+ifneq ($(strip $(CXX)),)
 default: stlib
+else
+default:
+endif



More information about the grass-commit mailing list