summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2011-03-16 17:39:54 +0100
committerKarel Zak2011-03-16 17:39:54 +0100
commitb98ae9c2e85e67b8efa588d4e7c61ccfafba66dd (patch)
treee8d8d0e07eaf756ab7a71e09e3a9903e5a94bc8c /Makefile.am
parentbuild-sys: don't support external (e2fsprogs) libblkid (diff)
downloadkernel-qcow2-util-linux-b98ae9c2e85e67b8efa588d4e7c61ccfafba66dd.tar.gz
kernel-qcow2-util-linux-b98ae9c2e85e67b8efa588d4e7c61ccfafba66dd.tar.xz
kernel-qcow2-util-linux-b98ae9c2e85e67b8efa588d4e7c61ccfafba66dd.zip
build-sys: clean up partx Makefile
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 38207b7d5..edf2dbfae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ if BUILD_HWCLOCK
SUBDIRS += hwclock
endif
-if LINUX
+if BUILD_PARTX
SUBDIRS += partx
endif