pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-29
1998-09-29 14:30:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9349d42a622dd9ed0aae6c679fc562df11c9d608 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some bugs in the install target.
Rev: src/Makefile.in:1.119
1:
#
-
# $Id: Makefile.in,v 1.
118
1998/09/29
13
:
51
:
44
grubba Exp $
+
# $Id: Makefile.in,v 1.
119
1998/09/29
14
:
30
:
19
grubba Exp $
# # This line is needed on some machines.
208:
@echo Installing Pike... @echo @echo "Creating directories..."; \
-
@for
d in "$(prefix)" "$(exec_prefix)" "$(prefix)/lib" \
+
for
d in "$(prefix)" "$(exec_prefix)" "$(prefix)/lib" \
"$(man_prefix)" "$(man_prefix)/man1" "$(man_prefix)/man3" \ "$(lib_prefix)" "$(data_prefix)" "$(share_prefix)" \ "$(prefix)/include" "$(prefix)/include/pike"; do \
319:
done @if [ -d "$(MANDIR_SRC)/." ]; then \ echo ; echo "Installing manual pages..."; \
-
for f in `cd "$(MANDIR_SRC)/; echo *.1`; do \
+
for f in `cd "$(MANDIR_SRC)/
"
; echo *.1`; do \
dest = "$(man_prefix)/man1/$$f"; \ if cmp "$$dest" "$(MANDIR_SRC)/$$f" >/dev/null 2>&1 ; \ then : ; else \