aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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) \