Change to match new directory configuration.
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Aug 1991 18:32:50 +0000 (18:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Aug 1991 18:32:50 +0000 (18:32 +0000)
v7/src/compiler/Makefile

index 20bb61fb2dccd7a6276486ad885b50903c58395f..5068ea4d0eec63f00f00b22311f68c3d361f7146 100644 (file)
@@ -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