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

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 13 May 2002 09:24:52 -0000


harris41		Mon May 13 05:24:52 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  need to install hosts.tab after the querying of information from
  the user
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.108 loncom/build/Makefile:1.109
--- loncom/build/Makefile:1.108	Mon May 13 04:28:33 2002
+++ loncom/build/Makefile	Mon May 13 05:24:52 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.108 2002/05/13 08:28:33 harris41 Exp $
+# $Id: Makefile,v 1.109 2002/05/13 09:24:52 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -441,6 +441,7 @@
 	echo 'ln -s loncom/build/WARNINGS WARNINGS' >> $(SOURCE)/UPDATE;
 	echo 'cd loncom/build; make build; make install' >> $(SOURCE)/UPDATE
 	echo 'make updatequery' >> $(SOURCE)/UPDATE
+	echo 'make hosts_tab' >> $(SOURCE)/UPDATE
 	# ----------------------------- Point TEST to the internal make process
 	echo '#!/bin/sh' > $(SOURCE)/TEST
 	echo 'cd loncom/build; make test' >> $(SOURCE)/TEST