From f9ab812021dedc78f7ebc8655ced1b2289fa4c1d Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 24 Aug 1997 23:31:54 +0000 Subject: [PATCH] Bugfix. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2