From: andi <bin...@li...> - 2001-10-04 09:50:13
|
andi Thu Oct 4 02:50:08 2001 EDT Modified files: /r2/binarycloud Makefile.in Log: $(BCC) pointed to unknown file, fixed. Index: r2/binarycloud/Makefile.in diff -u r2/binarycloud/Makefile.in:1.11 r2/binarycloud/Makefile.in:1.12 --- r2/binarycloud/Makefile.in:1.11 Tue Oct 2 06:17:10 2001 +++ r2/binarycloud/Makefile.in Thu Oct 4 02:50:08 2001 @@ -1,5 +1,5 @@ # {{{ Header -# -File $Id: Makefile.in,v 1.11 2001/10/02 13:17:10 andi Exp $ +# -File $Id: Makefile.in,v 1.12 2001/10/04 09:50:08 andi Exp $ # -License LGPL (http://www.gnu.org/copyleft/lesser.html) # -Copyright 2001, Intacct Corp. # -Author odysseas tsatalos, ody...@ya... @@ -25,7 +25,7 @@ INSTALLCODE = $(TOOLS_DIR)/installcode.sh PROCESSPREPEND = $(PHP_COMMAND) $(TOOLS_DIR)/processprepend.php XML2PHP = $(PHP_COMMAND) $(TOOLS_DIR)/xml2php.php -BCC = $(PHP_COMMAND) $(MAKE_DIR)/BCC.php +BCC = $(PHP_COMMAND) $(MAKE_DIR)/bcc.php .SUFFIXES: .SUFFIXES: .php .xml |