From: Chris Hanson Date: Wed, 26 Jul 1989 04:15:04 +0000 (+0000) Subject: Don't delete "*.s" in "clean" as this is a loser on Sun3. X-Git-Tag: 20090517-FFI~11930 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1b08e95c46f6c9790f13dfbb8b4880a641b1b817;p=mit-scheme.git Don't delete "*.s" in "clean" as this is a loser on Sun3. --- diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index fd82b3724..e80d6da2c 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.2 1989/07/26 03:55:44 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.3 1989/07/26 04:15:04 cph Rel $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -50,7 +50,7 @@ xmakefile: ymakefile cf.h rm -f junk.c clean remove: - rm -f *.o *.touch *.s xmakefile + rm -f *.o *.touch xmakefile rm -f scheme xscheme bchscheme rm -f Findprim Bintopsb Psbtobin Breakup Wsize Ppband rm -f usrdef.c