pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-17
1998-05-17 16:59:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f38044b0cc903f82ea98557ea92c27653e9d8c7e (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some Dynix 3.1.1 compatibility.
Rev: src/Makefile.in:1.90
1:
#
-
# $Id: Makefile.in,v 1.
89
1998/05/
06
00
:
38
:
55
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
90
1998/05/
17
16
:
59
:
51
grubba
Exp $
# # This line is needed on some machines.
171:
( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \ >./hilfe && chmod 755 ./hilfe) || exit 1 ; \ else \
-
$(INSTALL) $(TMP_BINDIR)/hilfe `pwd` || exit 1; \
+
$(INSTALL) $(TMP_BINDIR)/hilfe `pwd`
/hilfe
|| exit 1; \
fi @echo "Done."
351:
done @if [ -d share/. ]; then : ; else \ echo "Creating symlink ./share"; \
-
if
ls
share
>/dev/null
2>&
1
; then \
+
if
[
"x`ls
share 2>&
1`" = "x" ]
; then \
echo "Renaming share to share.old"; \ mv share share.old || exit 1; \ else : ; fi; \