aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-26 17:58:20 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-26 17:58:20 +0000
commit78755f39bb59f2a9a6f4ed7daf158ecf305458d9 (patch)
treebc4090665f0b1c2d66b4e9b144f64a4c8cbd4cea /Makefile.in
parent6af56c654ddff2a840fd731ee3a7c970f6e2ab88 (diff)
downloadopen-axiom-78755f39bb59f2a9a6f4ed7daf158ecf305458d9.tar.gz
* Makefile.pamphlet ($(AXIOM_SRC_TARGETS)): Don't augment the PATH
variable. it is no longer needed. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5893d979..62150ed2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,8 +32,7 @@ all-boot all-lisp all-depsys all-interpsys all-axiomsys \
endif
$(AXIOM_SRC_TARGETS):
- cd $(build_srcdir) && \
- $(MAKE) "PATH=$(axiom_abs_build_bindir):$(PATH)" $@
+ cd $(build_srcdir) && $(MAKE) $@
stamp-rootdirs: $(axiom_build_document)
@mkdir -p ${TMP}