commit | 1ca87790b914a1958f3cbd8b5e1e7037f2cf30ed | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jun 19 21:58:20 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jun 19 21:58:20 2011 -0400 |
tree | 15a6e6f46ba369f19e6f946f8462771b44a264d6 | |
parent | b2e6c86d61fccc39956c0cb8a8333f42d1569e8d [diff] |
libext2fs: fix makefile dependency problem lib/ext2fs/Makefile.in had a buggy entry for blkmap64_ba.c in $(SRCS), which caused this source file to not have a valid Makefile dependency entry, so blkmap64_ba.o would not get rebuilt when it needed to be. Also updated the Makefile dependency for the misc directory while we're at it. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>