summaryrefslogtreecommitdiff
path: root/make_vms.com
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:23 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:23 -0700
commit59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (patch)
treecaeafc57710fb521543ce19743c3fb5a557ae68e /make_vms.com
parent67cc20d0041a32bee12bd9eb20ae218f91b73f77 (diff)
downloadzlib-1.2.4-pre2.tar.gz
zlib-1.2.4-pre2.tar.bz2
zlib-1.2.4-pre2.zip
zlib 1.2.4-pre2v1.2.4-pre2
Diffstat (limited to 'make_vms.com')
-rw-r--r--make_vms.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_vms.com b/make_vms.com
index deee87f..6576490 100644
--- a/make_vms.com
+++ b/make_vms.com
@@ -134,7 +134,7 @@ $ write aconf "#define ftello64 ftell"
134$ write aconf "#endif" 134$ write aconf "#endif"
135$ close aconf_in 135$ close aconf_in
136$ close aconf 136$ close aconf
137$ delete 'th';* 137$ if f$search("''th'") .nes. "" then delete 'th';*
138$! Build the thing plain or with mms 138$! Build the thing plain or with mms
139$! 139$!
140$ write sys$output "Compiling Zlib sources ..." 140$ write sys$output "Compiling Zlib sources ..."