From ef17bc0e3e98441dc3b373560fd9b5ebb8340d33 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 23 Mar 1989 12:02:52 +0000 Subject: add symlink for benefit of ss.h --- tools/makeconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/makeconfig b/tools/makeconfig index 51b47e1..af2722c 100644 --- a/tools/makeconfig +++ b/tools/makeconfig @@ -52,6 +52,8 @@ all: for i in imake makedepend config; do \ rm -rf ${DESTDIR}/$$i; \ cp -r ${SRCDIR}/$$i ${DESTDIR}; \ +#special hack for libss + ln -s lib ${DESTDIR}/ss/ss done -- cgit v1.2.3