summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-11 20:41:35 +0000
committerJim Meyering <jim@meyering.net>2003-07-11 20:41:35 +0000
commit1d2f9050524d54b50aab792cfd838af220ab4403 (patch)
tree8d4ef373c696d763881e5a1ffb8ae0503c3597c5 /man
parenteabefdb575f62df34a621fdcf78cecdaef70967b (diff)
downloadcoreutils-1d2f9050524d54b50aab792cfd838af220ab4403.tar.xz
(nohup.1): Depend on nohup.c, rather than nohup.sh.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 30efae366..e241a061d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -68,7 +68,7 @@ mknod.1: $(common_dep) $(srcdir)/mknod.x ../src/mknod.c
mv.1: $(common_dep) $(srcdir)/mv.x ../src/mv.c
nice.1: $(common_dep) $(srcdir)/nice.x ../src/nice.c
nl.1: $(common_dep) $(srcdir)/nl.x ../src/nl.c
-nohup.1: $(common_dep) $(srcdir)/nohup.x ../src/nohup.sh
+nohup.1: $(common_dep) $(srcdir)/nohup.x ../src/nohup.c
od.1: $(common_dep) $(srcdir)/od.x ../src/od.c
paste.1: $(common_dep) $(srcdir)/paste.x ../src/paste.c
pathchk.1: $(common_dep) $(srcdir)/pathchk.x ../src/pathchk.c