From eb6b8d81599af31555df794759754f2d1b51c8e0 Mon Sep 17 00:00:00 2001 From: flatcap Date: Wed, 14 Sep 2005 12:23:08 +0000 Subject: [PATCH] add a PHONY dependency to "test" target to make sure it's run --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 5744a1b5..dc4ee612 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ if ENABLE_TEST test: libs (cd test && $(MAKE) all test) || exit 1; else +.PHONY: test test: @echo The libntfs test code has been configured out of this release. @echo "./configure --enable-test" and rebuild.