pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-02
1998-04-02 14:00:11 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
872adf9daf030077d2a622f71b46e39b5ead4473 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/Makefile.in:1.66
1:
#
-
# $Id: Makefile.in,v 1.
65
1998/
03
/
28
13
:
39
:
52
grubba
Exp $
+
# $Id: Makefile.in,v 1.
66
1998/
04
/
02
14
:
00
:
11
mirar
Exp $
# # This line is needed on some machines.
208:
@if [ -f ./hilfe ]; then \ echo ; echo "Installing hilfe..."; \ if cmp "$(exec_prefix)/hilfe" $(TMP_BINDIR)/hilfe >/dev/null 2>&1 ; \
-
then
+
then
\
echo "$(exec_prefix)/hilfe already installed." ; \
-
else
+
else
\
if [ -f $(exec_prefix)/hilfe ]; then \ mv $(exec_prefix)/hilfe $(exec_prefix)/hilfe.old || exit 1; \ else : ; fi; \