[GRASS-SVN] r30704 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 23 13:23:11 EDT 2008


Author: kyngchaos
Date: 2008-03-23 13:23:11 -0400 (Sun, 23 Mar 2008)
New Revision: 30704

Modified:
   grass/trunk/lib/init/Makefile
Log:
added grass-xterm-mac to files, for r30347

Modified: grass/trunk/lib/init/Makefile
===================================================================
--- grass/trunk/lib/init/Makefile	2008-03-23 14:34:53 UTC (rev 30703)
+++ grass/trunk/lib/init/Makefile	2008-03-23 17:23:11 UTC (rev 30704)
@@ -56,6 +56,7 @@
 	$(ETC)/grass_sql.ico \
 	$(ETC)/grass-run.sh \
 	$(ETC)/grass-xterm-wrapper \
+	$(ETC)/grass-xterm-mac \
 	$(ETC)/html_browser_mac.sh
 
 ifneq ($(strip $(MINGW)),)
@@ -200,6 +201,10 @@
 $(ETC)/grass-xterm-wrapper: grass-xterm-wrapper
 	$(INSTALL) -m 755 grass-xterm-wrapper $(ETC)
 
+$(ETC)/grass-xterm-mac: grass-xterm-mac
+	rm -f $@
+	@if [ "`cat ../../include/Make/Platform.make | grep -i '^ARCH.*darwin'`" ] ; then $(INSTALL) -m 755 grass-xterm-mac $(ETC) ; fi
+
 $(ETC)/prompt.sh: prompt.sh
 	rm -f $@
 	$(INSTALL) -m 755 prompt.sh $(ETC)



More information about the grass-commit mailing list