From: Theodore Ts'o Date: Wed, 30 Aug 2006 06:06:41 +0000 (-0400) Subject: Remove unnecessary and unused resize2fs build rule from misc/Makefile.in X-Git-Tag: E2FSPROGS-1_40-WIP-1114~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57d7bb7b087d93d67623e260c1380afed1665e24;p=thirdparty%2Fe2fsprogs.git Remove unnecessary and unused resize2fs build rule from misc/Makefile.in Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 0cecaa436..4db1c6d68 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 28a2520e7..b9364a19c 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)