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:
@@ -32,3 +32,5 @@ LDFLAGS =
|
||||
LDELDFLAGS =
|
||||
LDEETHERLDFLAGS =
|
||||
|
||||
# OSARCHDIR is the os/architecture dir, where executables all go.
|
||||
OSARCHDIR = ../$(OSARCHNAME)/
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user