2007-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>

* wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
This commit is contained in:
Ralf Corsepius
2007-02-21 17:03:25 +00:00
parent 3473dc5ef2
commit c943413368
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/Makefile.am: Remove macros/README.

View File

@@ -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 \