trick gcc!

This commit is contained in:
Russ Cox 2007-01-12 17:26:45 +00:00
parent 99dd6a2965
commit 6ebf0a517b
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ $(LIB): $(OFILES)
$(AS) -o $*.$O $*.s
md5block.s: md5block.spp
gcc -E md5block.spp >md5block.s
gcc -E - < md5block.spp >md5block.s
sha1block.s: sha1block.spp
gcc -E sha1block.spp >sha1block.s
gcc -E - < sha1block.spp >sha1block.s