summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-03 16:58:25 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-03 16:58:25 (GMT)
commitc075e24ac7eb8466b44bcd23f8a7a36f81b545ab (patch)
tree3f2f088222f1311d9e351bc2a394728fd2dad45f
parent8bae0e7571107661e3461619d417ad5e7fa07dbd (diff)
downloadblt-c075e24ac7eb8466b44bcd23f8a7a36f81b545ab.zip
blt-c075e24ac7eb8466b44bcd23f8a7a36f81b545ab.tar.gz
blt-c075e24ac7eb8466b44bcd23f8a7a36f81b545ab.tar.bz2
turn off debug
-rw-r--r--ds9/macosx/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in
index 52e698e..5e33e50 100644
--- a/ds9/macosx/Makefile.in
+++ b/ds9/macosx/Makefile.in
@@ -72,8 +72,10 @@ APPDIR = $(bindir)/SAOImage\ DS9.app
MACDIR = $(APPDIR)/Contents/MacOS
LIBDIR = $(APPDIR)/Contents/Frameworks/Tksao.framework/Resources
TCLSRC = $(prefix)/build/tcl/Tcl.framework/Versions/$(TCL_VERSION)
+#TCLSRCD = $(prefix)/build/tcl/Development
TCLDIR = $(APPDIR)/Contents/Frameworks/Tcl.framework
TKSRC = $(prefix)/build/tk/Tk.framework/Versions/$(TCL_VERSION)
+#TKSRCD = $(prefix)/build/tk/Development
TKDIR = $(APPDIR)/Contents/Frameworks/Tk.framework
ID = $(shell finger $(shell whoami) | egrep -o 'Name: [a-zA-Z0-9 ]{1,}' | cut -d ':' -f 2 | xargs echo)