summaryrefslogtreecommitdiff
path: root/src/scheme/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-12-05 10:42:02 -0800
committerKeith Packard <keithp@keithp.com>2017-12-05 10:42:02 -0800
commit038581bd212e66bcf017c7ace28c80a3ae0d0f50 (patch)
tree46be0ccddfd013d58972c9af6557bbc97f81345f /src/scheme/Makefile
parentbd7a19a86f6d4fe19c7e72904e9b8ac0f2081ff7 (diff)
altos/scheme: Add explicit dependency on ao_scheme_builtin.h for ao_scheme_make_const
This ensures that a parallel build will wait for ao_scheme_builtin.h to be complete before attempting to compile ao_scheme_make_const Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/Makefile')
-rw-r--r--src/scheme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scheme/Makefile b/src/scheme/Makefile
index e3174be8..ea94c1c0 100644
--- a/src/scheme/Makefile
+++ b/src/scheme/Makefile
@@ -11,7 +11,7 @@ ao_scheme_const.h: ao_scheme_const.lisp make-const/ao_scheme_make_const
ao_scheme_builtin.h: ao_scheme_make_builtin ao_scheme_builtin.txt
nickle ao_scheme_make_builtin ao_scheme_builtin.txt > $@
-make-const/ao_scheme_make_const: FRC
+make-const/ao_scheme_make_const: FRC ao_scheme_builtin.h
+cd make-const && make ao_scheme_make_const
test/ao_scheme_test: FRC ao_scheme_const.h ao_scheme_builtin.h