diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-04 12:30:45 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-04 12:30:45 +0000 |
commit | a32fdac5ff009edc8c3668c7511ed9de191d0e29 (patch) | |
tree | 13ee8e912585607d5b764201fc664fcbebfa14e5 /call | |
parent | 39c60647c91bdb4240690c7af8e5095836696157 (diff) |
Fix build of man pages when building in a separate build directory.
Diffstat (limited to 'call')
-rw-r--r-- | call/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/call/Makefile.am b/call/Makefile.am index 70df548..7f0b14b 100644 --- a/call/Makefile.am +++ b/call/Makefile.am @@ -25,7 +25,7 @@ call.1 : call.man -e "s/@@@listen@@@/$$name_listen/g" \ -e "s/@@@Listen@@@/$$name_Listen/g" \ -e "s/@@@LISTEN@@@/$$name_LISTEN/g" \ - call.man > call.1.tmp && \ + $(srcdir)/call.man > call.1.tmp && \ mv call.1.tmp call.1; call_LDADD = $(NCURSES_LIB) $(AX25_LIB) |