On Tue, Apr 22, 2008 at 02:11:48AM +0100, Samuel Thibault wrote: > This patch still didn't get applied. Was there a problem with it? Sorry. > --- a/mount/Makefile.am > +++ b/mount/Makefile.am > @@ -13,9 +13,13 @@ headers_common = fstab.h mount_mntent.h mount_constants.h \ > getusername.h loop.h sundries.h > > mount_common = fstab.c mount_mntent.c getusername.c lomount.c \ > - $(utils_common) $(headers_common) ../lib/env.c ../lib/linux_version.c \ > + $(utils_common) $(headers_common) ../lib/env.c \ > ../lib/blkdev.c > > +if LINUX > +mount_common += ../lib/linux_version.c > +endif > + This doesn't make sense. The mount/ directory is marked as LINUX-only in the top level Makefile.am. Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html