Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv515
Modified Files:
Makefile.am
Log Message:
add a PHONY dependency to "test" target to make sure it's run
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- Makefile.am 13 Sep 2005 14:30:51 -0000 1.18
+++ Makefile.am 14 Sep 2005 12:23:08 -0000 1.19
@@ -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.
|