From 57d7bb7b087d93d67623e260c1380afed1665e24 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 30 Aug 2006 02:06:41 -0400 Subject: [PATCH] Remove unnecessary and unused resize2fs build rule from misc/Makefile.in Signed-off-by: "Theodore Ts'o" --- misc/ChangeLog | 3 +++ misc/Makefile.in | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index 0cecaa4..4db1c6d 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,8 @@ 2006-08-30 Theodore Tso + * Makefile.in (resize2fs): Remove unused (and bogus) resize2fs + rule, which shouldn't be in misc/Makefile.in + * mke2fs.c (parse_extended_opts): Use ext2fs_div_ceil() instead of a using an open-coded expression which was subject to overflows. diff --git a/misc/Makefile.in b/misc/Makefile.in index 28a2520..b9364a1 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -117,10 +117,6 @@ mke2fs.static: $(MKE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBE2P) $(DEPSTATIC_LIB $(STATIC_LIBS) $(STATIC_LIBE2P) $(STATIC_LIBBLKID) \ $(STATIC_LIBUUID) $(LIBINTL) -resize2fs: resize2fs.o $(DEPLIBS) - @echo " LD $@" - @$(CC) $(ALL_LDFLAGS) -o resize2fs resize2fs.o $(LIBS) $(LIBINTL) - chattr: $(CHATTR_OBJS) $(DEPLIBS_E2P) @echo " LD $@" @$(CC) $(ALL_LDFLAGS) -o chattr $(CHATTR_OBJS) $(LIBS_E2P) $(LIBINTL) -- 1.8.3.1