summaryrefslogtreecommitdiffstats
path: root/ds9/macosx
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 18:10:41 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 18:10:41 (GMT)
commit454d54117e4b941dcf36ef15c8b56d7a1df9911d (patch)
treea5431e0622ab1c4b042e7cb29e9621dc4f2ce39f /ds9/macosx
parent7ca4bd29dc25c22094a0d55ac098de0d9b81e588 (diff)
downloadblt-454d54117e4b941dcf36ef15c8b56d7a1df9911d.zip
blt-454d54117e4b941dcf36ef15c8b56d7a1df9911d.tar.gz
blt-454d54117e4b941dcf36ef15c8b56d7a1df9911d.tar.bz2
clean up config files
Diffstat (limited to 'ds9/macosx')
-rw-r--r--ds9/macosx/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in
index 6099233..1f3b8c3 100644
--- a/ds9/macosx/Makefile.in
+++ b/ds9/macosx/Makefile.in
@@ -10,6 +10,7 @@ mandir = @mandir@
include $(prefix)/make.pkgs
+TCL_VERSION = @TCL_VERSION@
TCL_LIB_SPEC = @TCL_LIB_SPEC@
TCL_STUB_LIB_SPEC= @TCL_STUB_LIB_SPEC@
TK_LIBS = @TK_LIBS@
@@ -118,8 +119,8 @@ tkAppInit.o : tkAppInit.c
$(COMPILE) -DTK_LOCAL_APPINIT=SAOAppInit \
-DTK_LOCAL_MAIN_HOOK=SAOLocalMainHook -c tkAppInit.c -o $@
-tkAppInit.c : $(prefix)/tk$(TCLVER)/unix/tkAppInit.c
- cp $(prefix)/tk$(TCLVER)/unix/tkAppInit.c .
+tkAppInit.c : $(prefix)/tk$(TCL_VERSION)/unix/tkAppInit.c
+ cp $(prefix)/tk$(TCL_VERSION)/unix/tkAppInit.c .
ds9base : $(OBJS) $(LLIBS)
$(RM) $@