From c94341336874bd318bc2fcddb6d62be82c47a148 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Feb 2007 17:03:25 +0000 Subject: 2007-02-21 Ralf Corsepius * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. --- cpukit/wrapup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/wrapup') 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 \ -- cgit v1.2.3