pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-26
2000-03-26 15:14:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
461245141ed40a918b21636a33490dcd9a417b9a (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Improved fix.
Rev: src/Makefile.in:1.183
1:
#
-
# $Id: Makefile.in,v 1.
182
2000/03/26 15:
12
:
38
grubba Exp $
+
# $Id: Makefile.in,v 1.
183
2000/03/26 15:
14
:
17
grubba Exp $
# # This line is needed on some machines.
389:
done @if [ -d share/. ]; then : ; else \ echo "Creating symlink ./share"; \
-
if [ "x`ls share 2>
&1
|| :`" = "x" ]; then :; else \
-
if [ "x`ls share.old 2>
&1
|| :`" = "x" ]; then :; else \
+
if [ "x`ls
-d
share 2>
/dev/null
|| :`" = "x" ]; then :; else \
+
if [ "x`ls
-d
share.old 2>
/dev/null
|| :`" = "x" ]; then :; else \
echo "Deleting share.old"; \ $(RM) share.old; \ fi; \