tRename the files so that we can run them through cpp. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a25e7f2fd5503b46abd4e6f67f4f24f734931ee3
 (DIR) parent c1be7cc4c65090492f36ec6fae3c8c70729bfe66
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 21 Apr 2004 05:40:32 +0000
       
       Rename the files so that we can run them through cpp.
       
       Diffstat:
         R src/libsec/386/md5block.s -> src/l… |       0 
         M src/libsec/386/mkfile               |       5 +++++
         R src/libsec/386/sha1block.s -> src/… |       0 
       
       3 files changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/libsec/386/md5block.s b/src/libsec/386/md5block.spp
 (DIR) diff --git a/src/libsec/386/mkfile b/src/libsec/386/mkfile
       t@@ -14,3 +14,8 @@ UPDATE=mkfile\
                $SFILES\
        
        <$PLAN9/src/mksyslib
       +
       +%.s: %.spp
       +        cpp $stem.spp >$stem.s
       +
       +CLEANFILES=md5block.s sha1block.s
 (DIR) diff --git a/src/libsec/386/sha1block.s b/src/libsec/386/sha1block.spp