From: Christian G. <sa...@us...> - 2013-03-28 01:25:50
|
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 "An ethernet program loader for the Dreamcast.". The branch, master has been updated via d44ffb5ea72f4c171ed2f8ad18f3f3c6cfee998d (commit) from 7b095e34ecffb5ac2732fa76410cdbad39e83bf5 (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 d44ffb5ea72f4c171ed2f8ad18f3f3c6cfee998d Author: Christian Groessler <ch...@gr...> Date: Thu Mar 28 02:25:35 2013 +0100 comment fix ----------------------------------------------------------------------- Summary of changes: Makefile.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.cfg b/Makefile.cfg index 3fe3b64..174ae52 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -23,7 +23,7 @@ BFDINCLUDE = -I/opt/dc/sh-elf/include #BFDINCLUDE = -I/usr/local/include # When using libelf instead of BFD, these must point to your -# libelf installation (leave empty if libelf is part of the system) +# libelf installation (leave empty or undefined if libelf is part of the system) #ELFLIB = -L/opt/misc.ppc/lib #ELFINCLUDE = -I/opt/misc.ppc/include hooks/post-receive -- An ethernet program loader for the Dreamcast. |