From 1b08e95c46f6c9790f13dfbb8b4880a641b1b817 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 26 Jul 1989 04:15:04 +0000 Subject: [PATCH] Don't delete "*.s" in "clean" as this is a loser on Sun3. --- v7/src/microcode/unxutl/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1