commit | a6a1c0815c045fd12f65546e16d495338097f32a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Jul 01 22:06:51 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jul 01 22:06:51 2009 -0400 |
tree | f2861ce4dff508f7898d80f0031289bb8e629325 | |
parent | dd6d671b86aff52a9f3eb5d1ff8a0ebd99eb4559 [diff] |
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>