summaryrefslogtreecommitdiffstats
path: root/ds9/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-25 15:27:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-25 15:27:06 (GMT)
commit4bc26340b08f8b0f094ca7df36629d8d896b4d13 (patch)
tree05e458655b923eefe244bb96795df3ae4febbbd5 /ds9/make.include
parentd1618e253cdb489f7aabdc2c0d6f34dd834e41d3 (diff)
downloadblt-4bc26340b08f8b0f094ca7df36629d8d896b4d13.zip
blt-4bc26340b08f8b0f094ca7df36629d8d896b4d13.tar.gz
blt-4bc26340b08f8b0f094ca7df36629d8d896b4d13.tar.bz2
support https via tls
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