diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-11 20:41:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-11 20:41:35 +0000 |
commit | 1d2f9050524d54b50aab792cfd838af220ab4403 (patch) | |
tree | 8d4ef373c696d763881e5a1ffb8ae0503c3597c5 | |
parent | eabefdb575f62df34a621fdcf78cecdaef70967b (diff) | |
download | coreutils-1d2f9050524d54b50aab792cfd838af220ab4403.tar.xz |
(nohup.1): Depend on nohup.c, rather than nohup.sh.
-rw-r--r-- | man/Makefile.am | 2 |
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 |