From: ian Date: Sun, 24 Aug 1997 23:31:54 +0000 (+0000) Subject: Bugfix. X-Git-Tag: release-0-50~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f9ab812021dedc78f7ebc8655ced1b2289fa4c1d;p=userv.git Bugfix. --- diff --git a/Makefile.in b/Makefile.in index 315583b..b414ac6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ parserlexer.o: lexer.c parser.c config.h common.h pcsum.h daemon.h lib.h tokens. $(CC) -c $(CPPFLAGS) $(CFLAGS) lexer.c -o $@ pcsum.h: common.h - md5sum common.h | perl -pe 's/../0x$$&,/g; s/,$$//;' \ + md5sum pcsum.h.new && mv pcsum.h.new pcsum.h tokens.h: language.i4