summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-05-31 11:15:07 +0200
committerKarel Zak2012-06-26 20:48:23 +0200
commitc7f753901f45bffdf39506e4f19bba4c37659ccc (patch)
tree88fc1be2f3f104144b4a45737a070ebf76801106 /Makefile.am
parentbuild-sys: convert sys-utils/ to module (diff)
downloadkernel-qcow2-util-linux-c7f753901f45bffdf39506e4f19bba4c37659ccc.tar.gz
kernel-qcow2-util-linux-c7f753901f45bffdf39506e4f19bba4c37659ccc.tar.xz
kernel-qcow2-util-linux-c7f753901f45bffdf39506e4f19bba4c37659ccc.zip
build-sys: move hwclock to sys-utils/
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 35cd0b9d0..8b8d5a95d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,9 +17,6 @@ dist_usrbin_exec_SCRIPTS =
INSTALL_EXEC_HOOKS =
UNINSTALL_HOOKS =
-
-INSTALL_EXEC_HOOKS =
-UNINSTALL_HOOKS =
INSTALL_DATA_HOOKS =
EXTRA_DIST =
@@ -39,10 +36,6 @@ SUBDIRS = \
RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \
-name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
-if BUILD_HWCLOCK
-SUBDIRS += hwclock
-endif
-
if BUILD_PARTX
SUBDIRS += partx
endif