summaryrefslogtreecommitdiffstats
path: root/ds9/make.include
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/make.include')
-rw-r--r--ds9/make.include5
1 files changed, 4 insertions, 1 deletions
diff --git a/ds9/make.include b/ds9/make.include
index 6182249..7256978 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -22,9 +22,12 @@ $(LIBDIR)/template : $(prefix)/ds9/template
#--------------------------tls
-$(LIBDIR)/tls : $(prefix)/tls/*.tcl
+$(LIBDIR)/tls : $(prefix)/tls/tls.tcl
mkdir -p "$@"
cp -prf $? "$@"
+# must do it this way for win
+ cd "$@"; \
+ echo "pkg_mkIndex . *.tcl; exit" | $(TCLSH_PROG)
#--------------------------tkblt