From 4a9179063e4f0a7f2b784a1dff14b3969989d0a2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 15 Aug 1991 18:32:50 +0000 Subject: [PATCH] Change to match new directory configuration. --- 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 20bb61fb2..5068ea4d0 100644 --- a/v7/src/compiler/Makefile +++ b/v7/src/compiler/Makefile @@ -1,5 +1,5 @@ # -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/Attic/Makefile,v 1.7 1991/06/24 20:23:02 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/Attic/Makefile,v 1.8 1991/08/15 18:32:50 cph Exp $ # # Makefile for Scheme compiler # This makefile supports some utilities for the compiler. @@ -8,7 +8,7 @@ # SOURCES = back/foo base/foo fggen/foo fgopt/foo\ - bobcat/foo rtlbase/foo rtlgen/foo rtlopt/foo + machine/foo rtlbase/foo rtlgen/foo rtlopt/foo SUBDIRS = $(SOURCES:foo=) SHELL = /bin/sh -- 2.25.1