From fca3d4a8f61399d0eeb72bcafb9f599a8f0406f1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 29 Sep 1989 22:18:36 +0000 Subject: [PATCH] Change order of source directories to match order in which files are compiled by "comp.cbf". --- v7/src/compiler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1