pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-28
1998-05-28 04:24:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9d9ec4886da9090ed43e1b6781ade131ff33e500 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
may now work
Rev: src/Makefile.in:1.94
1:
#
-
# $Id: Makefile.in,v 1.
93
1998/05/
27
22
:
55
:18 hubbe Exp $
+
# $Id: Makefile.in,v 1.
94
1998/05/
28
04
:
24
:18 hubbe Exp $
# # This line is needed on some machines.
351:
done @if [ -d share/. ]; then : ; else \ echo "Creating symlink ./share"; \
-
if [ "x`ls share 2>&
1`
" = "x" ]; then \
+
if [ "x`ls share 2>&
1 || :`
" = "x" ]; then \
echo "Renaming share to share.old"; \ mv share share.old || exit 1; \ else : ; fi; \