[GRASS-CVS] markus: grass6/macosx/app Makefile,1.8.2.1,1.8.2.2
grass at intevation.de
grass at intevation.de
Mon Dec 3 09:18:49 EST 2007
Author: markus
Update of /grassrepository/grass6/macosx/app
In directory doto:/tmp/cvs-serv22709/app
Modified Files:
Tag: releasebranch_6_3
Makefile
Log Message:
TCLTK_INTERNAL fix; docs backported
Index: Makefile
===================================================================
RCS file: /grassrepository/grass6/macosx/app/Makefile,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- Makefile 18 Nov 2007 08:31:41 -0000 1.8.2.1
+++ Makefile 3 Dec 2007 14:18:47 -0000 1.8.2.2
@@ -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