From 99156e2382a8520b802018a1ced8ff4ef1f31c0a Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Fri, 19 May 2017 13:22:50 +0800 Subject: [PATCH] Set top level dir in vendor/mklibs to .. This is required since libcfitsio.a shall be installed in iraf$bin, not in vendor$bin. The second compliation of cfitsio has hidden that bug (by installing the second libcfitsio there), since the second compilation is gone now, this needs to be fixed. --- vendor/mklibs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/mklibs b/vendor/mklibs index b248cdbe2..7830efc97 100755 --- a/vendor/mklibs +++ b/vendor/mklibs @@ -1,6 +1,6 @@ #!/bin/csh -f -set p = `pwd` +set p = `cd ..; pwd` set top = $p:h setenv CC "gcc"