]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix last stuff
authorKarel Zak <kzak@redhat.com>
Mon, 12 Aug 2013 10:59:52 +0000 (12:59 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Aug 2013 10:59:52 +0000 (12:59 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/Makemodule.am

index 6600f27c6d8fc579d171679177bdf12e412e7a94..e4361ede2746d3ef77e0d4a057b6680968ffdba5 100644 (file)
@@ -1,7 +1,7 @@
 
 if BUILD_LAST
 usrbin_exec_PROGRAMS += last
-dist_man_MANS +=
+dist_man_MANS += \
        login-utils/last.1 \
        login-utils/lastb.1
 last_SOURCES = login-utils/last.c
@@ -13,13 +13,12 @@ INSTALL_EXEC_HOOKS += install-exec-hook-last
 endif
 
 if BUILD_DEPRECATED_LAST
-
 usrbin_exec_PROGRAMS += last
 dist_man_MANS += login-utils/last-deprecated.1
 last_SOURCES = login-utils/last-deprecated.c
-
 endif # BUILD_DEPRECATED_LAST
 
+
 if BUILD_SULOGIN
 sbin_PROGRAMS += sulogin
 dist_man_MANS += login-utils/sulogin.8