2007-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>

* bootloader/Makefile.am: Use MKDIR_P instead of mkdir_p.
This commit is contained in:
Ralf Corsepius
2007-02-22 12:20:24 +00:00
parent 07aa4683ce
commit b276df4c5e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* bootloader/Makefile.am: Use MKDIR_P instead of mkdir_p.
2007-01-29 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, preinstall.am, include/bsp.h:

View File

@@ -58,7 +58,7 @@ all-local: $(TMPINSTALL_FILES)
TMPINSTALL_FILES =
$(PROJECT_LIB)/$(dirstamp):
@$(mkdir_p) $(PROJECT_LIB)
@$(MKDIR_P) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
TMPINSTALL_FILES += $(PROJECT_LIB)/$(dirstamp)