From: LaMont Jones Date: Tue, 17 Jul 2007 23:48:10 +0000 (-0600) Subject: rdev: should be delivered on amd64 as well as i386. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa450e4023eaefd6137a15b1b239cffcf723d028;p=util-linux rdev: should be delivered on amd64 as well as i386. Signed-off-by: LaMont Jones Signed-off-by: Karel Zak --- diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 7920a33e..6fc60aad 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -23,14 +23,25 @@ bin_PROGRAMS += arch man_MANS += arch.1 endif + if BUILD_RDEV +rdev_common_mans = rdev.8 ramsize.8 rootflags.8 vidmode.8 +rdev_common_links = ramsize vidmode rootflags + if ARCH_I86 usrsbinexec_PROGRAMS += rdev -man_MANS += rdev.8 ramsize.8 rootflags.8 vidmode.8 -RDEV_LINKS = ramsize vidmode rootflags +man_MANS += $(rdev_common_mans) +RDEV_LINKS = $(rdev_common_links) endif +if ARCH_86_64 +usrsbinexec_PROGRAMS += rdev +man_MANS += $(rdev_common_mans) +RDEV_LINKS = $(rdev_common_links) endif +endif + + SETARCH_LINKS = linux32 linux64 if ARCH_S390