Whamcloud - gitweb
libext2fs: fix makefile dependency problem
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2011 01:58:20 +0000 (21:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2011 01:58:20 +0000 (21:58 -0400)
commit1ca87790b914a1958f3cbd8b5e1e7037f2cf30ed
tree15a6e6f46ba369f19e6f946f8462771b44a264d6
parentb2e6c86d61fccc39956c0cb8a8333f42d1569e8d
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>
lib/ext2fs/Makefile.in
misc/Makefile.in