From 980a25a80e5f8c82d2e4b128be9427bf4d74deb0 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 15 Jun 1993 19:07:53 +0000 Subject: [PATCH] Remove compinit.h . --- 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 73be94fe4..e21dcf213 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Id: makefile,v 1.24 1993/06/09 20:29:39 jawilson Exp $ +# $Id: makefile,v 1.25 1993/06/15 19:07:53 gjr Exp $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -80,7 +80,7 @@ clean remove: rm -f scheme xscheme bchscheme bchdrn rm -f Findprim Bintopsb Psbtobin Breakup Wsize Ppband rm -f hard-params limits.h float.h - rm -f usrdef.c bchdef.c + rm -f usrdef.c bchdef.c compinit.h rm -f lint.out unconfig: -- 2.25.1