summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-04-21 14:31:52 -0700
committerTim Rice <tim@multitalents.net>2001-04-21 14:31:52 -0700
commitb8fbb8eca0ae7ce621a40ee95cdb3f139398e0c9 (patch)
treeefca281b947153dc0d5491b1f823ea53f83474be /Makefile.in
parent32c97c3712c71e00b11dd5ba87962c146606b3ba (diff)
fix perl test, fix nroff test, fix Makefile to build outside source tree
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index b43c55e3..51adfacf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.172 2001/04/18 18:04:22 mouring Exp $
+# $Id: Makefile.in,v 1.173 2001/04/21 21:31:53 tim Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -123,9 +123,9 @@ logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o
$(MANPAGES)::
if test "$(MANTYPE)" = "cat"; then \
- manpage=`echo $@ | sed 's/\.[1-9]$$/\.0/'`; \
+ manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]$$/\.0/'`; \
else \
- manpage=$@; \
+ manpage=$(srcdir)/$@; \
fi; \
if test "$(MANTYPE)" = "man"; then \
$(FIXPATHSCMD) $${manpage} | $(PERL) $(srcdir)/mdoc2man.pl > $@.out; \