andi Sat Sep 22 12:59:02 2001 EDT
Modified files:
/r2/binarycloud/base Makefile
Log:
Added mod/bcc to be processed by make
Index: r2/binarycloud/base/Makefile
diff -u r2/binarycloud/base/Makefile:1.5 r2/binarycloud/base/Makefile:1.6
--- r2/binarycloud/base/Makefile:1.5 Sat Jul 14 19:03:08 2001
+++ r2/binarycloud/base/Makefile Sat Sep 22 12:59:02 2001
@@ -1,5 +1,5 @@
# {{{ Header
-# -File $Id: Makefile,v 1.5 2001/07/15 02:03:08 alex Exp $
+# -File $Id: Makefile,v 1.6 2001/09/22 19:59:02 andi Exp $
# -License LGPL (http://www.gnu.org/copyleft/lesser.html)
# -Copyright 2001, Intacct Corp.
# -Author odysseas tsatalos, ody...@ya...
@@ -13,6 +13,7 @@
init \
lib \
mgr \
+ mod/bcc \
$(EMPTY)
all: dirs
|