[Libsysio-commit] HEAD: libsysio/tests Makefile.am
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-01-28 16:15:43
|
Update of /cvsroot/libsysio/libsysio/tests In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32064 Modified Files: Makefile.am Log Message: Had specified test_stddir twice. This caused a warning but no problem. Got rid of the redundant one, anyway. Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/Makefile.am,v retrieving revision 1.32 retrieving revision 1.33 diff -u -w -b -B -p -r1.32 -r1.33 --- Makefile.am 28 Jan 2009 15:54:36 -0000 1.32 +++ Makefile.am 28 Jan 2009 16:15:35 -0000 1.33 @@ -5,7 +5,7 @@ STATVFS_PROG= endif noinst_PROGRAMS = test_copy test_stats test_path test_list \ - test_getcwd test_link test_unlink test_symlink test_stddir \ + test_getcwd test_link test_unlink test_symlink \ test_rename test_regions test_stddir test_fcntl_lock test_mknod \ test_mkdir test_chown $(STATVFS_PROG) |