]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Fix Makefile dependencies for libcom_err
authorTheodore Ts'o <tytso@mit.edu>
Thu, 2 Jul 2009 02:06:51 +0000 (22:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 Jul 2009 02:06:51 +0000 (22:06 -0400)
commita6a1c0815c045fd12f65546e16d495338097f32a
treef2861ce4dff508f7898d80f0031289bb8e629325
parentdd6d671b86aff52a9f3eb5d1ff8a0ebd99eb4559
Fix Makefile dependencies for libcom_err

The e2fsprogs makefiles were using the same Makefile variable
LIBCOM_ERR for the link-line arguments as well as the dependencies.
Since LIBCOM_ERR can now include non-file arguments such as
"-lpthread", we need to use a separate DEPLIBCOM_ERR variable that
only has build file dependencies.

Do the same thing for STATIC_LIBCOM_ERR and PROFILED_LIBCOM_ERR.

Addresses-Sourceforge-Patches: #2813809

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
MCONFIG.in
debugfs/Makefile.in
e2fsck/Makefile.in
lib/ext2fs/Makefile.in
lib/ss/Makefile.in
misc/Makefile.in
resize/Makefile.in
tests/progs/Makefile.in