chiark / gitweb /
Bugfix.
[userv.git] / Makefile.in
index 315583b60f8cde0c462a1dfbd6b053a0867f149d..b414ac6e6b87a77d1ee415e449923bf2756ec0cb 100644 (file)
@@ -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 <common.h | perl -pe 's/../0x$$&,/g; s/,$$//;' \
                        >pcsum.h.new && mv pcsum.h.new pcsum.h
 
 tokens.h:      language.i4