Whamcloud - gitweb
Fsck does not need to linked against the ext2 libraries anymore.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 18 Apr 2003 01:58:27 +0000 (21:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 18 Apr 2003 01:58:27 +0000 (21:58 -0400)
misc/ChangeLog
misc/Makefile.in

index 9e9d334..621eb12 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (fsck): Fsck does not need to linked against the
+               ext2 libraries anymore.
+
 2003-04-16  Theodore Ts'o  <tytso@mit.edu>
 
        * fsck.c (main): Put stdout and stderr into non-buffered mode to
index ec19a90..788fce7 100644 (file)
@@ -106,7 +106,7 @@ dumpe2fs: $(DUMPE2FS_OBJS) $(DEPLIBS_E2P) $(DEPLIBUUID)
        $(CC) $(ALL_LDFLAGS) -o dumpe2fs $(DUMPE2FS_OBJS) $(LIBS_E2P) $(LIBUUID)
 
 fsck: $(FSCK_OBJS) $(DEBLIBS_BLKID)
-       $(CC) $(ALL_LDFLAGS) -o fsck $(FSCK_OBJS) $(LIBS) $(LIBS_BLKID)
+       $(CC) $(ALL_LDFLAGS) -o fsck $(FSCK_OBJS) $(LIBS_BLKID)
 
 badblocks: $(BADBLOCKS_OBJS) $(DEPLIBS)
        $(CC) $(ALL_LDFLAGS) -o badblocks $(BADBLOCKS_OBJS) $(LIBS)