aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in3
-rw-r--r--Makefile.pamphlet3
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 17ac9544..58492f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * Makefile.pamphlet ($(AXIOM_SRC_TARGETS)): Don't augment the PATH
+ variable. it is no longer needed.
+ * Makefile.in: Regenerate.
+
2007-08-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet ($(addprefix $(axiom_build_bindir)/, notangle
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}
diff --git a/Makefile.pamphlet b/Makefile.pamphlet
index 2fdaa83c..540467c8 100644
--- a/Makefile.pamphlet
+++ b/Makefile.pamphlet
@@ -336,8 +336,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) $@
<<rootdirs>>