forked from pool/coreutils
1fe8c32170
Upgrade to coreutils-8.23 OBS-URL: https://build.opensuse.org/request/show/243413 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=234
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
|