2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
This commit is contained in:
Ralf Corsepius
2003-12-17 04:19:05 +00:00
parent 0ab3b15167
commit 37a3cf456d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -3,9 +3,9 @@
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
$(project_bspdir)/samples:
@$(mkinstalldirs) $@
@$(mkdir_p) $@
$(project_bspdir)/tests:
@$(mkinstalldirs) $@
@$(mkdir_p) $@
$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
$(INSTALL_PROGRAM) $< $@