From c94341336874bd318bc2fcddb6d62be82c47a148 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Feb 2007 17:03:25 +0000 Subject: [PATCH] 2007-02-21 Ralf Corsepius * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. --- cpukit/ChangeLog | 4 ++++ cpukit/wrapup/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f20d9561f2..125e8e1319 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-02-21 Ralf Corsepius + + * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. + 2007-02-16 Ralf Corsepius * score/Makefile.am: Remove macros/README. diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 85db891ef8..5fce99250e 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -72,7 +72,7 @@ endif librtemscpu.a: $(TMP_LIBS) rm -f $@ - $(mkdir_p) $(ARCH) + $(MKDIR_P) $(ARCH) rm -rf $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel for f in $(TMP_LIBS); do \ case $$f in \