]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/Makefile.in
Fix up the Makefiles dependencies in lib/ext2fs and lib/quota
authorTheodore Ts'o <tytso@mit.edu>
Thu, 30 Jan 2014 23:48:23 +0000 (18:48 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 30 Jan 2014 23:48:23 +0000 (18:48 -0500)
commitc714d024826470a010dc3ff08300f52a9ab1556c
treea6899ef187f449e5c0b8c9fd5c8cb5d81bcae43d
parente5397d7ae9d87388201c16d25e0615bd2180cb3f
Fix up the Makefiles dependencies in lib/ext2fs and lib/quota

Also use angle brackets for the #include of dirpaths.h to avoid the
need to manually massage the Makefile.in for the util directory.  This
is needed because we have to create a fake dirpaths.h file in the util
directory.  The fake dirpaths.h file is rquired to break the circular
dependency caused by util/subst creating dirpaths.h, while
util/subst.c is including config.h, which includes dirpaths.h.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure.in
lib/config.h.in
lib/ext2fs/Makefile.in
lib/quota/Makefile.in