[GRASS-CVS] william: grass6/macosx/app Makefile,1.10,1.11

grass at intevation.de grass at intevation.de
Sat Dec 1 14:21:40 EST 2007


Author: william

Update of /grassrepository/grass6/macosx/app
In directory doto:/tmp/cvs-serv15292

Modified Files:
	Makefile 
Log Message:
let user set TCLTK_INTERNAL

Index: Makefile
===================================================================
RCS file: /grassrepository/grass6/macosx/app/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	17 Nov 2007 18:03:48 -0000	1.10
+++ Makefile	1 Dec 2007 19:21:37 -0000	1.11
@@ -12,7 +12,9 @@
 MACOSX_APP_NAME = GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.app
 endif
 APPDIR = $(ARCH_DISTDIR)/${MACOSX_APP_NAME}/Contents
+ifndef TCLTK_INTERNAL
 TCLTK_INTERNAL = \#
+endif
 MAKE_DIR_CMD = mkdir -p -m 755
 INSTALL_BIN = ${INSTALL} -m 755
 




More information about the grass-commit mailing list