summaryrefslogtreecommitdiffstats
path: root/ds9/unix/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 17:51:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 17:51:44 (GMT)
commit1f541ce182380f9c4b9bc5b78378acce3ad8379a (patch)
treebe97ff74ebae90698a202c121af8ce38223e7ec2 /ds9/unix/Makefile.in
parentd91540e956bc1b299a5a6e9015f87b2d592d1964 (diff)
downloadblt-1f541ce182380f9c4b9bc5b78378acce3ad8379a.zip
blt-1f541ce182380f9c4b9bc5b78378acce3ad8379a.tar.gz
blt-1f541ce182380f9c4b9bc5b78378acce3ad8379a.tar.bz2
tclzipfs
Diffstat (limited to 'ds9/unix/Makefile.in')
-rw-r--r--ds9/unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index e21d2f9..72abbaf 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -33,7 +33,7 @@ tkimgwindow_LIB_SPEC= @tkimgwindow_LIB_SPEC@
tcliis_LIB_SPEC = @tcliis_LIB_SPEC@
tclsignal_LIB_SPEC= @tclsignal_LIB_SPEC@
tclxml_LIB_SPEC = @tclxml_LIB_SPEC@
-tclzvfs_LIB_SPEC= @tclzvfs_LIB_SPEC@
+tclzipfs_LIB_SPEC= @tclzipfs_LIB_SPEC@
tls_LIB_SPEC =@tls_LIB_SPEC@
tkblt_LIB_SPEC = @tkblt_LIB_SPEC@
@@ -70,7 +70,7 @@ system = @system@
#--------------------------defines
-APPDIR = zvfsmntpt
+APPDIR = zipfsmntpt
LIBDIR= $(APPDIR)
ID = $(shell finger $(shell whoami) | egrep -o 'Name: [a-zA-Z0-9 ]{1,}' | cut -d ':' -f 2 | head -n 1| xargs echo)
@@ -88,7 +88,7 @@ SPECS = \
$(tcliis_LIB_SPEC) \
$(tclsignal_LIB_SPEC) \
$(tclxml_LIB_SPEC) \
- $(tclzvfs_LIB_SPEC) \
+ $(tclzipfs_LIB_SPEC) \
$(tls_LIB_SPEC) \
$(tkblt_LIB_SPEC) \
$(tkhtml1_LIB_SPEC) \