aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-06-19 10:09:08 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-06-19 10:09:08 -0400
commit6f2ca692ecb993c23aabfcf3bb44376a03394cc0 (patch)
tree11fc4a321e19ae0f694f9f093880b79c94af29d9 /e2fsck
parent9ea7b7922b7b65235c511cf24a9549f98877f482 (diff)
downloade2fsprogs-6f2ca692ecb993c23aabfcf3bb44376a03394cc0.tar.gz
Fix "make check" in e2fsck subdirectory to use the in-tree com_err library
Thanks to Jose Santos for pointing this out Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck')
-rw-r--r--e2fsck/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in
index 32743bc2..9b32a610 100644
--- a/e2fsck/Makefile.in
+++ b/e2fsck/Makefile.in
@@ -143,12 +143,12 @@ tst_crc32: $(srcdir)/crc32.c $(LIBEXT2FS)
tst_refcount: ea_refcount.c
@echo " LD $@"
@$(CC) -o tst_refcount $(srcdir)/ea_refcount.c \
- $(ALL_CFLAGS) -DTEST_PROGRAM -lcom_err
+ $(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR)
tst_region: region.c
@echo " LD $@"
@$(CC) -o tst_region $(srcdir)/region.c \
- $(ALL_CFLAGS) -DTEST_PROGRAM -lcom_err
+ $(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR)
check:: tst_refcount tst_region tst_crc32
./tst_refcount