aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index eedc235e..6d80aa79 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -21,20 +21,20 @@ all-driver:
all-clef: all-lib
@$(mkdir_p) "$(axiom_target_bindir)"
- cd clef && ${MAKE}
+ cd clef && $(MAKE) $@
all-sman: all-lib all-driver
$(mkdir_p) "$(axiom_target_bindir)"
$(mkdir_p) "$(axiom_target_libdir)"
- cd sman && ${MAKE}
+ cd sman && $(MAKE) $@
all-hyper: all-lib
$(mkdir_p) "$(axiom_target_bindir)"
$(mkdir_p) "$(axiom_target_datadir)"
- cd hyper && ${MAKE}
+ cd hyper && $(MAKE) $@
all-share:
$(mkdir_p) "$(axiom_target_libdir)"
- cd share && ${MAKE}
+ cd share && $(MAKE) $@
all-doc:
- cd doc && ${MAKE}
+ cd doc && $(MAKE) $@
all-lib:
@cd lib && $(MAKE) $@
all-lisp: all-lib
@@ -48,19 +48,19 @@ all-axiomsys: all-asq
cd interp && $(MAKE) all-axiomsys
all-algebra: all-interpsys all-share all-hyper-pre
@ $(mkdir_p) algebra/strap
- cd algebra && ${MAKE}
+ cd algebra && $(MAKE) $@
all-hyper-pre: all-lib
cd hyper && $(MAKE) all-hyper-pre
all-input: all-axiomsys
cd input && ${MAKE}
all-asq: all-hyper-post
- cd etc && ${MAKE}
+ cd etc && $(MAKE) $@
all-hyper-post: all-algebra
cd hyper && $(MAKE) all-hyper-post
all-graph: all-lib
- cd graph && ${MAKE}
+ cd graph && $(MAKE) $@
.PHONY: all-check
all-check: