]> err.no Git - util-linux/commitdiff
build-sys: man aliases don't depend on original man page
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Wed, 28 Jul 2010 20:47:55 +0000 (22:47 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 29 Jul 2010 15:48:44 +0000 (17:48 +0200)
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>
shlibs/uuid/man/Makefile.am
sys-utils/Makefile.am

index 4784f7cad64ec930703d84b011a38261f8cc405c..38809522bc3134576604255fd6bdf13f2872b0ba 100644 (file)
@@ -8,5 +8,5 @@ UUID_GENERATE_LINKS = uuid_generate_random.3 uuid_generate_time.3
 man_MANS = $(UUID_GENERATE_LINKS)
 CLEANFILES = $(man_MANS)
 
-$(UUID_GENERATE_LINKS): uuid_generate.3
+$(UUID_GENERATE_LINKS):
        $(AM_V_GEN)echo ".so man3/uuid_generate.3" > $@
index 9d6869cfefa63acbc0d79ceb4c47a8f130121fa9..166d7188268f97e9c54762eceb0afbd4898ee2e6 100644 (file)
@@ -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: