--- loncom/build/Makefile 2002/04/21 23:21:06 1.80 +++ loncom/build/Makefile 2002/04/21 23:49:56 1.81 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.80 2002/04/21 23:21:06 harris41 Exp $ +# $Id: Makefile,v 1.81 2002/04/21 23:49:56 harris41 Exp $ DISTPROBE=`perl ./distprobe` DIST=$(DISTPROBE) @@ -349,7 +349,7 @@ tardist: echo 'TEST' >> $(SOURCE)/MANIFEST echo '#!/bin/sh' > $(SOURCE)/UPDATE echo 'cd loncom/build; make build; make install' >> $(SOURCE)/UPDATE - echo '#!/bin/sh' > $(SOURCE)/UPDATE + echo '#!/bin/sh' > $(SOURCE)/TEST echo 'cd loncom/build; make test' >> $(SOURCE)/TEST chmod a+rx $(SOURCE)/UPDATE chmod a+rx $(SOURCE)/TEST