From acdc8e27ac1846e658e75f3064dd3d1ad2e6cdb1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 6 Dec 2000 04:51:51 +0000 Subject: [PATCH] Don't delete the Makefile. --- v7/src/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/Makefile b/v7/src/compiler/Makefile index 697d2e691..20d70f8da 100644 --- a/v7/src/compiler/Makefile +++ b/v7/src/compiler/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 2000/12/06 04:45:45 cph Exp $ +# $Id: Makefile,v 1.18 2000/12/06 04:51:51 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -59,7 +59,7 @@ clean: mostlyclean distclean: clean maintainer-clean: distclean - rm -f Makefile .edwin-ffi + rm -f .edwin-ffi stage1: @for SUBDIR in $(SUBDIRS); do \ -- 2.25.1