From fdaf2adbc98db2979e68fbb653620a974c338d0a Mon Sep 17 00:00:00 2001 From: "anselm@garbe.us" Date: Fri, 6 Aug 2010 09:52:12 +0100 Subject: [PATCH] fixed issue reported by serge on irc, util.c was excluded in dist target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ee4426..ff1f07c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ clean: 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} -- 2.39.2