[GRASS-SVN] r55296 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 9 15:27:17 PST 2013
Author: hamish
Date: 2013-03-09 15:27:17 -0800 (Sat, 09 Mar 2013)
New Revision: 55296
Modified:
grass/branches/develbranch_6/lib/init/Makefile
Log:
try for DOS line endings (#1803)
Modified: grass/branches/develbranch_6/lib/init/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/init/Makefile 2013-03-09 17:54:02 UTC (rev 55295)
+++ grass/branches/develbranch_6/lib/init/Makefile 2013-03-09 23:27:17 UTC (rev 55296)
@@ -105,6 +105,7 @@
-e \"s#CONFIG_PROJSHARE#$(PROJSHARE)#\" \
$< > $@"
chmod +x $@
+ unix2dos $@
$(ETC)/set_data$(EXE): $(SET_DATA)
$(CC) $(LDFLAGS) -o $@ $(SET_DATA) $(EDITLIB) $(GISLIB) $(DATETIMELIB) $(VASKLIB) $(CURSES) $(MATHLIB) $(XDRLIB)
More information about the grass-commit
mailing list