[LON-CAPA-cvs] cvs: loncom(version_1_2_X) /build Makefile
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 08 Jun 2004 23:13:23 -0000
albertel Tue Jun 8 19:13:23 2004 EDT
Modified files: (Branch: version_1_2_X)
/loncom/build Makefile
Log:
- set permisins to runtime
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.161.2.1 loncom/build/Makefile:1.161.2.2
--- loncom/build/Makefile:1.161.2.1 Tue Jun 8 16:13:11 2004
+++ loncom/build/Makefile Tue Jun 8 19:13:22 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
-# $Id: Makefile,v 1.161.2.1 2004/06/08 20:13:11 albertel Exp $
+# $Id: Makefile,v 1.161.2.2 2004/06/08 23:13:22 albertel Exp $
# TYPICAL USAGE of this Makefile is primarily for two targets:
# "make build" and "make install".
@@ -10,7 +10,7 @@
# ======================================= Default settings for Makefile options
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
-CATEGORY="development"
+CATEGORY="runtime"
SOURCE=../..
TARGET=""
NORESTORECONF="0"