[hackers] [sic] fixed issue reported by serge on irc, util.c was excluded in dist target || anselm

From: <hg_AT_suckless.org>
Date: Fri, 6 Aug 2010 08:52:15 +0000 (UTC)

changeset: 110:904b7747c223
tag: tip
user: anselm_AT_garbe.us
date: Fri Aug 06 09:52:12 2010 +0100
files: Makefile
description:
fixed issue reported by serge on irc, util.c was excluded in dist target

diff -r 2fa0fcb4cdba -r 904b7747c223 Makefile
--- a/Makefile Tue May 25 12:03:25 2010 -0400
+++ b/Makefile Fri Aug 06 09:52:12 2010 +0100
@@ -30,7 +30,7 @@
 dist: clean
         @echo creating dist tarball
         @mkdir -p sic-${VERSION}
- @cp -R LICENSE Makefile README config.mk sic.1 ${SRC} sic-${VERSION}
+ @cp -R LICENSE Makefile README config.mk sic.1 sic.c util.c sic-${VERSION}
         @tar -cf sic-${VERSION}.tar sic-${VERSION}
         @gzip sic-${VERSION}.tar
         @rm -rf sic-${VERSION}
Received on Fri Aug 06 2010 - 10:52:15 CEST

This archive was generated by hypermail 2.2.0 : Fri Aug 06 2010 - 11:00:08 CEST