From: ian Date: Mon, 25 Aug 1997 00:45:56 +0000 (+0000) Subject: Fix pcsum.h.new. X-Git-Tag: release-0-50~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e719d95f34240a6fc3ed0c028ffa89323e8d8fb3;p=userv.git Fix pcsum.h.new. --- diff --git a/.cvsignore b/.cvsignore index 6a8f000..a778764 100644 --- a/.cvsignore +++ b/.cvsignore @@ -22,6 +22,8 @@ config.log config.h config.status +*.new + vd slash-etc shipcheck diff --git a/Makefile.in b/Makefile.in index 5b5ba96..1d21aa6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,6 +79,7 @@ parserlexer.o: lexer.c parser.c config.h common.h pcsum.h daemon.h lib.h tokens. pcsum.h: common.h version.h config.h config.status Makefile cat $^ | md5sum | sed -e 's/../0x&,/g; s/,$$//;' >pcsum.h.new cmp pcsum.h.new pcsum.h || mv -f pcsum.h.new pcsum.h + @rm -f pcsum.h.new tokens.h: language.i4