From: Etan R. <de...@us...> - 2011-05-20 03:33:28
|
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 "libextl: Lua wrapper generator for C". The branch, master has been updated via 15a558f9f648a859c301fff5178935909c09811b (commit) from 1477f3ae7257cb9679bf229b472c61af8bdac0b6 (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 15a558f9f648a859c301fff5178935909c09811b Author: Etan Reisner <de...@un...> Date: Thu May 19 23:20:40 2011 -0400 Remove system-inc.mk and reference to system-ac.mk Support for generating system-ac.mk was killed off long ago so system-inc.mk has essentially been a static file with two include lines since has. So, in the interest of having fewer "useless" files around pull those two includes into each Makefile. ----------------------------------------------------------------------- Summary of changes: Makefile | 8 ++++++-- build/system-inc.mk | 17 ----------------- 2 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 build/system-inc.mk hooks/post-receive -- libextl: Lua wrapper generator for C |