aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-04 11:54:10 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-04 11:54:10 +0000
commit9be80497b8fe2bdfab08fded15e148c1489cc1d5 (patch)
tree42f751e4b7f3beb1b29b5da556663f2b9431c195 /Makefile.in
parent73151fa381c122cbaa7a32e2baf14b9e731d6791 (diff)
downloadopen-axiom-9be80497b8fe2bdfab08fded15e148c1489cc1d5.tar.gz
* Makefile.pamphlet: Use $(mkdir_p) in lieu of $(mkinstalldirs),
during build. Also use 'cp -p' instead of $(INSTALL). * algebra/Makefile.pamphlet: Likewise. * graph/Makefile.in: Likewise. * boot/Makefile.in: Likewise. * hyper/Makefile.in: Likewise. * input/Makefile.pamphlet: Likewise. * interp/Makefile.pamphlet: Likewise. * lib/Makefile.in: Likewise. * lisp/Makefile.in: Likewise. * share/Makefile.in: Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a823af9..6c6cf36a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,10 +56,10 @@ maybe-cp-noweb-srcdir: $(srcdir)/noweb
$(addprefix $(axiom_build_bindir)/, notangle noweave): maybe-cp-noweb-srcdir
## Noweb would like to install many things even if we
## are not interested in those. Prepare the ground.
- $(mkinstalldirs) "$(axiom_build_bindir)"
- $(mkinstalldirs) "$(axiom_build_libdir)"
- $(mkinstalldirs) "$(axiom_build_texdir)"
- $(mkinstalldirs) "$(axiom_build_mandir)"
+ $(mkdir_p) "$(axiom_build_bindir)"
+ $(mkdir_p) "$(axiom_build_libdir)"
+ $(mkdir_p) "$(axiom_build_texdir)"
+ $(mkdir_p) "$(axiom_build_mandir)"
$(TOUCH) $(addprefix noweb/src/shell/, \
noweave notangle noweb noroff toroff) \
$(wildcard "$(builddir)"/noweb/src/c/*.h) \