chiark / gitweb /
Fix pcsum.h.new.
authorian <ian>
Mon, 25 Aug 1997 00:45:56 +0000 (00:45 +0000)
committerian <ian>
Mon, 25 Aug 1997 00:45:56 +0000 (00:45 +0000)
.cvsignore
Makefile.in

index 6a8f000414a69536ea48bd4814e8be21b3cdaf4a..a7787646aa1f5ffa6e4a24ad405a7f10f02b3e7e 100644 (file)
@@ -22,6 +22,8 @@ config.log
 config.h
 config.status
 
 config.h
 config.status
 
+*.new
+
 vd
 slash-etc
 shipcheck
 vd
 slash-etc
 shipcheck
index 5b5ba96ef8ad9ff13adfb865751fb061e1ae6bab..1d21aa63c614502434ec17cc3ece25bcd3d6176c 100644 (file)
@@ -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
 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
 
 
 tokens.h:      language.i4