scsh-users
[Top] [All Lists]

2 bug fixes for make install

To: scsh-bugs@martigny.ai.mit.edu
Subject: 2 bug fixes for make install
From: carr@sabretooth.Eng.Sun.COM (Harold Carr)
Date: Wed, 1 Nov 1995 17:28:08 -0800
41 nardis> sccs diffs Makefile

------- Makefile -------
236c236
<       -mkdir $(execfix)
---
>       -mkdir $(exec_prefix)
243c243,244
<       mv $(LIB) $(LIB).old
---
>       if test -f $(LIB);  \
>               then mv -f $(LIB) $(LIB).old; fi

<Prev in Thread] Current Thread [Next in Thread>
  • 2 bug fixes for make install, Harold Carr <=