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 \