From: Chris Hanson Date: Thu, 15 Aug 1991 18:32:50 +0000 (+0000) Subject: Change to match new directory configuration. X-Git-Tag: 20090517-FFI~10365 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4a9179063e4f0a7f2b784a1dff14b3969989d0a2;p=mit-scheme.git Change to match new directory configuration. --- 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