From b25072febc6d933cd9e8e4d29e43ed6ad70a5378 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Dec 2000 22:36:39 +0000 Subject: [PATCH] Don't create "machine" link in source directory; that is supposed to go in the target directory. --- v7/src/compiler/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v7/src/compiler/Makefile b/v7/src/compiler/Makefile index 0e534fbf1..9a4e72794 100644 --- a/v7/src/compiler/Makefile +++ b/v7/src/compiler/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.12 2000/12/05 22:32:53 cph Exp $ +# $Id: Makefile,v 1.13 2000/12/05 22:36:39 cph Exp $ # # Makefile for Scheme compiler # This makefile supports some utilities for the compiler. @@ -19,8 +19,6 @@ setup: for N in 1 2 3; do \ ln -s instr${N}.scm dinstr${N}.scm; \ done) - rm -f machine - ln -s machines/i386 machine tags TAGS: etags back/*.scm base/*.scm fggen/*.scm fgopt/*.scm \ -- 2.25.1