From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- vendor/voclient/libvotable/mkbase | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 vendor/voclient/libvotable/mkbase (limited to 'vendor/voclient/libvotable/mkbase') diff --git a/vendor/voclient/libvotable/mkbase b/vendor/voclient/libvotable/mkbase new file mode 100755 index 00000000..2028c751 --- /dev/null +++ b/vendor/voclient/libvotable/mkbase @@ -0,0 +1,11 @@ +#!/bin/csh -f +# +# MKBASE -- Create the base library. + +if (-e ../common/expat/.libs/libexpat.a) then + cp ../common/expat/.libs/libexpat.a $1 + +else + (cd ../common ; make expat) + cp ../common/expat/.libs/libexpat.a $1 +endif -- cgit