Hi,
Whenever "run" gets installed its manual page does not and there is no
direct way to install it, i.e. one cannot run e.g. `make install-man' from
the toplevel directory to perform this task. The following obvious patch
fixes this problem for me.
Maciej
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: [EMAIL PROTECTED], PGP key available +
diff -u --recursive --new-file gdb-5.0.macro/sim/common/Makefile.in
gdb-5.0/sim/common/Makefile.in
--- gdb-5.0.macro/sim/common/Makefile.in Mon Jul 19 23:29:41 1999
+++ gdb-5.0/sim/common/Makefile.in Thu Jun 8 01:50:13 2000
@@ -119,7 +119,7 @@
force:
# Copy the files into directories where they will be run.
-install:
+install: install-man
install-man: installdirs
n=`echo run | sed '$(program_transform_name)'`; \