projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586ea61
)
Jason Schoon writes: This makes the case where LFS is not defined, but fdisk is confi...
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 21 Apr 2006 21:59:22 +0000
(21:59 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 21 Apr 2006 21:59:22 +0000
(21:59 -0000)
util-linux/Makefile.in
patch
|
blob
|
history
diff --git
a/util-linux/Makefile.in
b/util-linux/Makefile.in
index d1ab73e8c37c01438abd465c87088cd7bd436297..d12f9f24f28edc0a8c1b7d764ccc640b3de4186c 100644
(file)
--- 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