[LON-CAPA-cvs] cvs: loncom /build Makefile

harris41 lon-capa-cvs@mail.lon-capa.org
Sun, 21 Apr 2002 23:49:56 -0000


harris41		Sun Apr 21 19:49:56 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  fixing file appending to TEST
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.80 loncom/build/Makefile:1.81
--- loncom/build/Makefile:1.80	Sun Apr 21 19:21:06 2002
+++ loncom/build/Makefile	Sun Apr 21 19:49:56 2002
@@ -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 @@
 	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