From 78755f39bb59f2a9a6f4ed7daf158ecf305458d9 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 26 Aug 2007 17:58:20 +0000 Subject: * Makefile.pamphlet ($(AXIOM_SRC_TARGETS)): Don't augment the PATH variable. it is no longer needed. * Makefile.in: Regenerate. --- ChangeLog | 6 ++++++ Makefile.in | 3 +-- Makefile.pamphlet | 3 +-- 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 + + * 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 * 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) $@ <> -- cgit v1.2.3