1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-27 00:59:46 +00:00

Move OSARCHDIR defn from makefile-tail to makefile-header

This commit is contained in:
Nick Briggs
2021-02-18 09:17:56 -08:00
parent 31927cd255
commit e317c37f03
2 changed files with 2 additions and 4 deletions

View File

@@ -32,3 +32,5 @@ LDFLAGS =
LDELDFLAGS =
LDEETHERLDFLAGS =
# OSARCHDIR is the os/architecture dir, where executables all go.
OSARCHDIR = ../$(OSARCHNAME)/

View File

@@ -33,10 +33,6 @@
# 3. makeright -e init
# 4. follow the instructions on {eris}<lispcore>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)