[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2013-04-26-gde34b9a

Raymond Toy rtoy at common-lisp.net
Sun May 5 04:16:50 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  de34b9a71dd48b8cbcf6bd615348e57800c07d4f (commit)
      from  b9cf3661ab0675ef091588e26080756ecd0d4197 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit de34b9a71dd48b8cbcf6bd615348e57800c07d4f
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat May 4 21:16:44 2013 -0700

    Remove DEPENDS and set DEPENDS_FLAG for ppc.

diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin
index 8ce16f4..e999827 100644
--- a/src/lisp/Config.ppc_darwin
+++ b/src/lisp/Config.ppc_darwin
@@ -17,7 +17,7 @@ CC = gcc
 LD = ld
 NM = $(PATH1)/darwin-nm
 CPP = cpp -no-cpp-precomp
-DEPEND = $(CC) -MM
+DEPEND_FLAGS = -MM
 
 ifdef FEATURE_LINKAGE_TABLE
 LINKAGE = -DLINKAGE_TABLE

-----------------------------------------------------------------------

Summary of changes:
 src/lisp/Config.ppc_darwin |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list