forked from pool/coreutils
18 lines
457 B
Diff
18 lines
457 B
Diff
|
---
|
||
|
man/local.mk | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: man/local.mk
|
||
|
===================================================================
|
||
|
--- man/local.mk.orig
|
||
|
+++ man/local.mk
|
||
|
@@ -41,7 +41,7 @@ distclean-local:
|
||
|
test x$(srcdir) = x$(builddir) || rm -f $(ALL_MANS)
|
||
|
|
||
|
# Dependencies common to all man pages. Updated below.
|
||
|
-mandeps =
|
||
|
+mandeps = $(PROGRAMS)
|
||
|
|
||
|
# Depend on this to get version number changes.
|
||
|
mandeps += .version
|