Whamcloud - gitweb
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 0cecaa4..4db1c6d 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 28a2520..b9364a1 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)