Signed-off-by: Valerie Aurora Henson <vaurora@xxxxxxxxxx> --- e2fsck/Makefile.in | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index 7006b62..595f4ad 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -142,7 +142,7 @@ tst_crc32: $(srcdir)/crc32.c $(LIBEXT2FS) tst_refcount: ea_refcount.c @echo " LD $@" - @$(CC) -o tst_refcount $(srcdir)/ea_refcount.c \ + $(CC) -o tst_refcount $(srcdir)/ea_refcount.c \ $(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR) tst_region: region.c @@ -150,8 +150,9 @@ tst_region: region.c @$(CC) -o tst_region $(srcdir)/region.c \ $(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR) -check:: tst_refcount tst_region tst_crc32 - LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_refcount +#check:: tst_refcount tst_region tst_crc32 +check:: tst_region tst_crc32 +# LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_refcount LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_region LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_crc32 -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html