From e317c37f03710514522c04732e1b89226a17debd Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 18 Feb 2021 09:17:56 -0800 Subject: [PATCH] Move OSARCHDIR defn from makefile-tail to makefile-header --- bin/makefile-header | 2 ++ bin/makefile-tail | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/makefile-header b/bin/makefile-header index deb5a00..705a7b5 100755 --- a/bin/makefile-header +++ b/bin/makefile-header @@ -32,3 +32,5 @@ LDFLAGS = LDELDFLAGS = LDEETHERLDFLAGS = +# OSARCHDIR is the os/architecture dir, where executables all go. +OSARCHDIR = ../$(OSARCHNAME)/ diff --git a/bin/makefile-tail b/bin/makefile-tail index d106021..0c58564 100644 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -33,10 +33,6 @@ # 3. makeright -e init # 4. follow the instructions on {eris}sunloadup>howto-loadup-sunlisp.txt - -# OSARCHDIR is the os/architecture dir, where executables all go. -OSARCHDIR = ../$(OSARCHNAME)/ - REQUIRED-INCS = $(INCDIR)version.h $(INCDIR)maiko/platform.h CFLAGS = $(OPTFLAGS) $(DFLAGS)