[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 21 Apr 2002 16:44:56 -0000
harris41 Sun Apr 21 12:44:56 2002 EDT
Modified files:
/loncom/build Makefile
Log:
supporting probing of distribution
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.78 loncom/build/Makefile:1.79
--- loncom/build/Makefile:1.78 Thu Mar 21 20:34:24 2002
+++ loncom/build/Makefile Sun Apr 21 12:44:56 2002
@@ -1,9 +1,10 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.78 2002/03/22 01:34:24 harris41 Exp $
+# $Id: Makefile,v 1.79 2002/04/21 16:44:56 harris41 Exp $
-DIST="default"
+DISTPROBE=`perl ./distprobe`
+DIST=$(DISTPROBE)
CATEGORY="development"
SOURCE="../.."
TARGET=""