[Libsysio-commit] HEAD: libsysio/tests Makefile.am
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-01-28 16:17:27
|
Update of /cvsroot/libsysio/libsysio/tests In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32227 Modified Files: Makefile.am Log Message: Last change got rid of *one* of the redundant test_stddir specifications; Oops. This one gets the second. Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/Makefile.am,v retrieving revision 1.33 retrieving revision 1.34 diff -u -w -b -B -p -r1.33 -r1.34 --- Makefile.am 28 Jan 2009 16:15:35 -0000 1.33 +++ Makefile.am 28 Jan 2009 16:17:20 -0000 1.34 @@ -71,10 +71,6 @@ test_symlink_SOURCES=test_symlink.c $(CM test_symlink_CFLAGS=$(CFL) test_symlink_DEPENDENCIES=$(LIBS) -test_stddir_SOURCES=test_stddir.c $(CMNSRC) -test_stddir_CFLAGS=$(CFL) -test_stddir_DEPENDENCIES=$(LIBS) - test_rename_SOURCES=test_rename.c $(CMNSRC) test_rename_CFLAGS=$(CFL) test_rename_DEPENDENCIES=$(LIBS) |