Update of /cvsroot/linux-decnet/dnprogs/libvaxdata/linux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20578/linux
Modified Files:
makefile.linux
Log Message:
Don't built 'test' program by default.
Index: makefile.linux
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/libvaxdata/linux/makefile.linux,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** makefile.linux 19 Aug 2010 08:39:00 -0000 1.3
--- makefile.linux 1 Oct 2010 19:41:13 -0000 1.4
***************
*** 75,79 ****
VPATH = ../../src
! all: $(LIB_NAME) test
$(LIB_NAME):
--- 75,79 ----
VPATH = ../../src
! all: $(LIB_NAME) #test
$(LIB_NAME):
|