]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Remove unnecessary and unused resize2fs build rule from misc/Makefile.in
authorTheodore Ts'o <tytso@mit.edu>
Wed, 30 Aug 2006 06:06:41 +0000 (02:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Aug 2006 06:06:41 +0000 (02:06 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/ChangeLog
misc/Makefile.in

index 0cecaa436405a69c009eaacbb1653a393b9de7ac..4db1c6d68fedf2ac044acb5a433fd0be7f7655c2 100644 (file)
@@ -1,5 +1,8 @@
 2006-08-30  Theodore Tso  <tytso@mit.edu>
 
+       * 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.
index 28a2520e789a6f84bcda9951e820114482ac83d1..b9364a19c3a6cf6af853d545e4187b4d7e072a87 100644 (file)
@@ -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)