From 444bbe36427f92780e027312ddefbca6099f87f8 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 12 Jun 2015 11:13:18 +0100 Subject: [PATCH] Minor build system updates --- README | 4 ++-- src/leaptable-compiler/build.monolithic | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index fecf338..2e134d0 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ leaptable-compiler ======================================================================== -Copyright: ©2009–2012, Laurence Withers +Copyright: ©2009–2015, Laurence Withers Author: Laurence Withers License: GPLv3 -See file COPYING for detail license information. +See file COPYING for detailed license information. Really Quick Instructions ------------------------- diff --git a/src/leaptable-compiler/build.monolithic b/src/leaptable-compiler/build.monolithic index aa41104..85009e1 100644 --- a/src/leaptable-compiler/build.monolithic +++ b/src/leaptable-compiler/build.monolithic @@ -11,7 +11,6 @@ then make_monolithic ${SRC} C || return 1 leaptable_compiler_MONOLITHIC=1 - MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}" fi # vim: syntax=sh:expandtab:ts=4:sw=4