From d2275f4abf48cf02bde6742e9c8afb247eb2247a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 18 May 2009 15:42:30 +0000 Subject: [PATCH] chmod +x configure --- colour.c | 3 +-- tools/dist.mk | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/colour.c b/colour.c index f825c4a9..2509a769 100644 --- a/colour.c +++ b/colour.c @@ -1,4 +1,4 @@ -/* $Id: colour.c,v 1.5 2009-03-07 10:29:06 nicm Exp $ */ +/* $Id: colour.c,v 1.6 2009-05-18 15:42:30 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -48,7 +48,6 @@ colour_tostring(u_char c) return (NULL); } -/* String to colour. */ int colour_fromstring(const char *s) { diff --git a/tools/dist.mk b/tools/dist.mk index 3e11b7f5..c432d60c 100644 --- a/tools/dist.mk +++ b/tools/dist.mk @@ -1,4 +1,4 @@ -# $Id: dist.mk,v 1.2 2009-05-17 18:20:59 nicm Exp $ +# $Id: dist.mk,v 1.3 2009-05-18 15:42:30 nicm Exp $ VERSION= 0.8 @@ -13,6 +13,7 @@ dist: grep '^#FDEBUG=' GNUmakefile [ "`(grep '^VERSION' Makefile; grep '^VERSION' GNUmakefile)| \ uniq -u`" = "" ] + chmod +x configure tar -zc \ -s '/.*/${DISTDIR}\/\0/' \ -f ${DISTDIR}.tar.gz ${DISTFILES}