From: Mike Frysinger Date: Fri, 21 Apr 2006 21:59:22 +0000 (-0000) Subject: Jason Schoon writes: This makes the case where LFS is not defined, but fdisk is confi... X-Git-Tag: 1_2_0~488 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10f55b1daed9ab17c594fa0598aeea8002a70afc;p=oweals%2Fbusybox.git Jason Schoon writes: This makes the case where LFS is not defined, but fdisk is configured with large disk support use the pretty build rules. --- diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in index d1ab73e8c..d12f9f24f 100644 --- a/util-linux/Makefile.in +++ b/util-linux/Makefile.in @@ -57,11 +57,7 @@ $(UTILLINUX_DIR)%.o: $(srcdir)/%.c ifneq ($(strip $(CONFIG_LFS)),y) ifeq ($(strip $(FDISK_SUPPORT_LARGE_DISKS)),y) - $(UTILLINUX_DIR)fdisk.o: $(srcdir)/fdisk.c - $(CC) $(CFLAGS) \ - -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \ - $(EXTRA_CFLAGS) -c -o $@ $< - + $(compile.c) -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 endif endif