]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Disconnect e4defrag from build on non-Linux hosts.
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 5 Nov 2009 00:37:36 +0000 (01:37 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 16 Nov 2009 05:31:06 +0000 (00:31 -0500)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/Makefile.in

index 0600ad5624f42fdb5d9a3657b32c07a7fbb02190..75f85a89c030ed52241bc55a876f97e6831d6d9d 100644 (file)
@@ -11,6 +11,9 @@ INSTALL = @INSTALL@
 
 @MCONFIG@
 
+@LINUX_CMT@E4DEFRAG_PROG= e4defrag
+@LINUX_CMT@E4DEFRAG_MAN= e4defrag.8
+
 @IMAGER_CMT@E2IMAGE_PROG= e2image
 @IMAGER_CMT@E2IMAGE_MAN= e2image.8
 
@@ -100,7 +103,7 @@ COMPILE_ET=$(top_builddir)/lib/et/compile_et --build-tree
 @PROFILE_CMT@  $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
 
 all:: profiled $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES) \
-       $(FMANPAGES) $(LPROGS) e4defrag
+       $(FMANPAGES) $(LPROGS) $(E4DEFRAG_PROG)
 
 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
        e2undo.profiled mke2fs.profiled dumpe2fs.profiled fsck.profiled \