summaryrefslogtreecommitdiff
path: root/xc
diff options
context:
space:
mode:
authorkaleb <empty>1995-06-16 19:09:33 +0000
committerkaleb <empty>1995-06-16 19:09:33 +0000
commit3e6559d079a57fb537fbcfbab6d72d0fe3f5face (patch)
tree24086324e88293d7d4ba77871ce7d273e4a17388 /xc
parent7452cc18dd77cb541b904b42e6165bedddb7e0f5 (diff)
no bug-report, error in prior edit for installing libraries.
Diffstat (limited to 'xc')
-rw-r--r--xc/config/cf/osfLib.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/config/cf/osfLib.rules b/xc/config/cf/osfLib.rules
index 837b2a7a6..5d8fee88f 100644
--- a/xc/config/cf/osfLib.rules
+++ b/xc/config/cf/osfLib.rules
@@ -1,4 +1,4 @@
-XCOMM $XConsortium: osfLib.rules,v 1.10 94/09/19 19:57:41 matt Exp kaleb $
+XCOMM $XConsortium: osfLib.rules,v 1.11 95/01/16 19:50:38 kaleb Exp kaleb $
/*
* OSF/1 shared library rules
@@ -42,7 +42,7 @@ install:: Concat(lib,libname.so.rev) @@\
MakeDir($(DESTDIR)dest) @@\
$(INSTALL) $(INSTALLFLAGS) $(INSTLIBFLAGS) Concat(lib,libname.so.rev) $(DESTDIR)dest @@\
$(RM) Concat($(DESTDIR)dest/lib,libname.so) @@\
- cd $(DESTDIR); $(LN) Concat(lib,libname.so.rev) Concat(lib,libname.so)
+ cd $(DESTDIR)dest; $(LN) Concat(lib,libname.so.rev) Concat(lib,libname.so)
#endif /* InstallSharedLibrary */