From: Chris Hanson Date: Fri, 29 Sep 1989 22:18:36 +0000 (+0000) Subject: Change order of source directories to match order in which files are X-Git-Tag: 20090517-FFI~11763 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fca3d4a8f61399d0eeb72bcafb9f599a8f0406f1;p=mit-scheme.git Change order of source directories to match order in which files are compiled by "comp.cbf". --- diff --git a/v7/src/compiler/Makefile b/v7/src/compiler/Makefile index 0a1b55158..0041d7633 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.5 1988/11/09 16:35:48 cph Rel $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/Attic/Makefile,v 1.6 1989/09/29 22:18:36 cph Rel $ # # Makefile for Scheme compiler # This makefile supports some utilities for the compiler. @@ -7,8 +7,8 @@ # written in Scheme. # -SOURCES = back/foo base/foo bobcat/foo fggen/foo fgopt/foo\ - rtlbase/foo rtlgen/foo rtlopt/foo +SOURCES = back/foo base/foo fggen/foo fgopt/foo\ + bobcat/foo rtlbase/foo rtlgen/foo rtlopt/foo SUBDIRS = $(SOURCES:foo=) SHELL = /bin/sh