summaryrefslogtreecommitdiff
path: root/sys-utils
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-07-28 22:47:55 +0200
committerKarel Zak <kzak@redhat.com>2010-07-29 17:48:44 +0200
commit111f32a97f31b086795af7f43e34bab54934d012 (patch)
treefc1fb1602dedeeb2ee85fe7c841e57546c9bae16 /sys-utils
parent533b9dce293e71abe942472956bac8a091d36d35 (diff)
downloadutil-linux-old-111f32a97f31b086795af7f43e34bab54934d012.tar.gz
build-sys: man aliases don't depend on original man page
Avoid rebuilding the man aliases over and over given that they do not copy the content but only alias it. Signed-off-by: Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 9d6869cf..166d7188 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -88,7 +88,7 @@ SETARCH_MAN_LINKS = $(SETARCH_LINKS:=.8)
man_MANS = $(RDEV_MAN_LINKS) $(SETARCH_MAN_LINKS)
CLEANFILES = $(man_MANS)
-$(SETARCH_MAN_LINKS): setarch.8
+$(SETARCH_MAN_LINKS):
$(AM_V_GEN)echo ".so man8/setarch.8" > $@
install-exec-hook: