From: Jim Meyering Date: Fri, 11 Jul 2003 20:41:35 +0000 (+0000) Subject: (nohup.1): Depend on nohup.c, rather than nohup.sh. X-Git-Tag: v5.0.1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2f9050524d54b50aab792cfd838af220ab4403;p=thirdparty%2Fcoreutils.git (nohup.1): Depend on nohup.c, rather than nohup.sh. --- diff --git a/man/Makefile.am b/man/Makefile.am index 30efae366a..e241a061d8 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