Update of /cvsroot/libsysio/libsysio
In directory sc8-pr-cvs1:/tmp/cvs-serv16093
Modified Files:
Tag: cplant
Makefile.am
Log Message:
tests not config'd to build with cplant yet
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libsysio/libsysio/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** Makefile.am 26 Mar 2003 00:00:15 -0000 1.7
--- Makefile.am 28 Apr 2003 20:17:19 -0000 1.7.2.1
***************
*** 1,5 ****
--- 1,9 ----
if WITH_TESTS
+ if WITH_CPLANT_YOD
+ TESTS =
+ else
TESTS = tests
+ endif
else
TESTS =
***************
*** 17,20 ****
--- 21,25 ----
-rm -f Makefile.in \
drivers/native/Makefile.in drivers/incore/Makefile.in \
+ drivers/yod/Makefile.in \
drivers/Makefile.in \
dev/stdfd/Makefile.in \
|