From e719d95f34240a6fc3ed0c028ffa89323e8d8fb3 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 25 Aug 1997 00:45:56 +0000 Subject: [PATCH] Fix pcsum.h.new. --- .cvsignore | 2 ++ Makefile.in | 1 + 2 files changed, 3 insertions(+) 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 -- 2.30.2