pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-19
1998-04-19 00:14:54 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
4e92c53b88f64dae34371faca99b497455b8bec1 (
10
lines) (+
5
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
fixed the bugfix, hopefully for the last time...
Rev: src/Makefile.in:1.80
1:
#
-
# $Id: Makefile.in,v 1.
79
1998/04/
18
12
:
04
:
16
mirar
Exp $
+
# $Id: Makefile.in,v 1.
80
1998/04/
19
00
:
14
:
54
hubbe
Exp $
# # This line is needed on some machines.
248:
done @echo ; echo "Installing modules written in Pike..."; \ for f in `cd "$(LIBDIR_SRC)"; find . -type f -print`; do \
-
if cmp "$(share_prefix)/$$f" "$(
TMP_
LIBDIR)/$$f" >/dev/null 2>&1 ; \
+
if cmp "$(share_prefix)/$$f" "$(
LIBDIR
_
SRC
)/$$f" >/dev/null 2>&1 ; \
then : ; else \ echo "$(share_prefix)/$$f"; \ if [ -f "$(share_prefix)/$$f" ]; then \
355:
ln -s "$(LIBDIR_SRC)" ./share || exit 1; \ fi @echo "Creating lib/master.pike"; \
-
( sed -e 's!
¤exec_prefix¤!$(exec_prefix)!' \
-
-e 's!
¤lib_prefix¤!$(lib_prefix)!' \
-
-e 's!
¤data
_prefix¤!$(share_prefix)!' \
+
( sed -e 's!¤lib_prefix¤!$(lib_prefix)!' \
+
-e 's!
¤share
_prefix¤!$(share_prefix)!' \
<$(LIBDIR_SRC)/master.pike.in \ >./lib/master.pike && chmod 644 ./lib/master.pike) || exit 1 @echo "Done."