aboutsummaryrefslogtreecommitdiffstats
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-11-15 12:12:57 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-11-15 12:12:57 -0500
commit992a2f7f68f879121c28ebc50c3e9a1615db2bfa (patch)
treec3344fa845a56f4d0333b71505108f1f568a5d94 /MCONFIG.in
parent27c6de45a4187a348ec0960472d4a113ee6ea425 (diff)
downloadandroid_external_e2fsprogs-992a2f7f68f879121c28ebc50c3e9a1615db2bfa.tar.gz
android_external_e2fsprogs-992a2f7f68f879121c28ebc50c3e9a1615db2bfa.tar.bz2
android_external_e2fsprogs-992a2f7f68f879121c28ebc50c3e9a1615db2bfa.zip
e2fsck: Fix build of e2fsck.profiled if profiling is enabled
It's been a while since I've done a build using "configure --enable-profile", and some bitrot had set into the Makefiles... Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 64cbf0a8..d72ca81c 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -92,7 +92,7 @@ DEPSTATIC_LIBUUID = $(LIB)/libuuid@STATIC_LIB_EXT@
DEPSTATIC_LIBBLKID = $(LIB)/libblkid@STATIC_LIB_EXT@
PROFILED_LIBSS = $(LIB)/libss@PROFILED_LIB_EXT@ @DLOPEN_LIB@
-PROFILED_LIBCOM_ERR = $(LIB)/libcom_err@PROFILED_LIB_EXT@
+PROFILED_LIBCOM_ERR = $(LIB)/libcom_err@PROFILED_LIB_EXT@ @SEM_INIT_LIB@
PROFILED_LIBE2P = $(LIB)/libe2p@PROFILED_LIB_EXT@
PROFILED_LIBEXT2FS = $(LIB)/libext2fs@PROFILED_LIB_EXT@
PROFILED_LIBUUID = $(LIB)/libuuid@PROFILED_LIB_EXT@ @SOCKET_LIB@